Accessing Variables

The inline assembler allows accessing local and global variables declared in C by using their name in the instruction. For global variable names, use the correct fixup specification (usually %LOWC for the low byte and %HIGH for the high byte part).