RosettaCodeData/Task/Variable-size-Set/Z80-Assembly/variable-size-set-3.z80

4 lines
134 B
Z80 Assembly
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
tempByte equ $C000
tempWord equ $C001 ;high byte at $C002
tempLong equ $C003 ;you have to track spacing yourself with this method