gp48k / zmac

Z-80 macro cross-assembler.
http://48k.ca/zmac.html
13 stars 7 forks source link

name equ register offset #8

Open RadAd opened 4 months ago

RadAd commented 4 months ago

Its possible to rename a register using name equ register.

ie count equ B or local equ IX

Is it possible to using an offset with IX?

ie count equ IX+0 or local equ IX[0]