HWREG statement

The hwreg defines a microcontroller specific hardware control register.

e.g.

hwreg portN = 0x100

syntax

hwreg sreg = addr
where sreg is the name of the hardware register and addr is the address of that register
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.