RosettaCodeData/Task/Variable-size-Set/Z80-Assembly/variable-size-set-3.z80
2023-07-01 13:44:08 -04:00

3 lines
134 B
Z80 Assembly

tempByte equ $C000
tempWord equ $C001 ;high byte at $C002
tempLong equ $C003 ;you have to track spacing yourself with this method