control registers
Re:control registers
forget that last post...when you use "equ" does the compiler not put data there?
Re:control registers
"data EQU 0x10" says to the assembler, "wherever you see the word 'data', use the number 0x10 instead". It has the same effect as using the number 0x10 everywhere, except that it's easier to understand.