Page 2 of 2
Re:control registers
Posted: Thu Jul 03, 2003 1:20 pm
by slacker
yea ur right....couldnt i use [brackets] also?
Re:control registers
Posted: Thu Jul 03, 2003 1:24 pm
by slacker
forget that last post...when you use "equ" does the compiler not put data there?
Re:control registers
Posted: Thu Jul 03, 2003 2:12 pm
by Tim
"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.