#6618 - regularkid - Fri May 30, 2003 5:23 pm
Is there a way to use a "define-like" command in ASM in order to make my code easier to read? I am using all the registers (r0 - r15) and it is very difficult to keep track of which register is doing what. So I want to be able to do something like this:
Can someone help me out? Thanks!
_________________
- RegularKid
Code: |
#DEFINE X_VAR r0 #DEFINE Y_VAR r1 |
Can someone help me out? Thanks!
_________________
- RegularKid