[A83] Macros


[Prev][Next][Index][Thread]

[A83] Macros




Hey all - I am trying to write a different version of asm and I noticed 
somewhere on this list that certain types of macros could be used such as like
 
Line(xxxx,yyyy,aaaa,bbbbb) = ld de,xxxx*256+yyyy \ ld hl,aaaa*256+bbbb \ 
bcall(_iline)

how do i do those type of things if they are possible?

-joel seligstein
joel@basm.org
www.basm.org



Follow-Ups: