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

5 lines
162 B
Z80 Assembly

.rsset $C000 ;starting at $C000, the following labels represent sequential memory locations of length ".rs n"
tempByte .rs 1
tempWord .rs 2
tempLong .rs 4