RosettaCodeData/Task/Enumerations/6502-Assembly/enumerations-2.6502

5 lines
136 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
enum $0400
OBJECT_XPOS .dsb 16 ;define 16 bytes for object X position
OBJECT_YPOS .dsb 16 ;define 16 bytes for object Y position
ende