RosettaCodeData/Task/Arrays/Z80-Assembly/arrays-1.z80
2023-07-01 13:44:08 -04:00

5 lines
154 B
Z80 Assembly

Array: ;an array located in RAM. Its values can be updated freely.
byte 0,0,0,0,0
byte 0,0,0,0,0
byte 0,0,0,0,0
byte 0,0,0,0,0