The hwreg defines a microcontroller specific hardware control register.e.g.
hwreg portN = 0x100syntax
NOTE: symbols declared using hwreg have similar properties to variables declared using ubyte with the very important difference that hwreg symbols are NOT used as temporary storage for partial results.hwreg sreg = addrwhere sreg is the name of the hardware register and addr is the address of that register