RosettaCodeData/Task/Copy-a-string/68000-Assembly/copy-a-string-1.68000

5 lines
53 B
Plaintext

myString: DC.B "HELLO WORLD",0
EVEN
LEA myString,A3