RosettaCodeData/Task/Variable-size-Set/6502-Assembly/variable-size-set-1.6502

7 lines
154 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
MyByte:
byte 0 ;most assemblers will also accept DB or DFB
MyWord:
word 0 ;most assemblers will also accept DW or DFW
MyDouble:
dd 0