[A83] Defining Variables
[Prev][Next][Index][Thread]
[A83] Defining Variables
Currently I make variables in a safe RAM area using
the #define directive, but for every variable I make I
have to initialise it, eg: ld a,8 \ ld (xcoord),a
It would take less memory to just make a label, eg:
xcoord:
.db 8
...so should I change it to the label system?
-Gerald
_____________________________________________________________________________
http://store.yahoo.com.au - Yahoo! Store
- It's time you had your business online!