RosettaCodeData/Task/Literals-String/68000-Assembly/literals-string-2.68000

6 lines
85 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
DC.B "Hello World",0
EVEN
DC.B $48,$65,$6c,$6c,$6f,$20,$57,$6f,$72,$6c,$64,$00
EVEN