control registers

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
slacker

Re:control registers

Post by slacker »

yea ur right....couldnt i use [brackets] also?
slacker

Re:control registers

Post by slacker »

forget that last post...when you use "equ" does the compiler not put data there?
Tim

Re:control registers

Post 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.
Post Reply