8 lines
85 B
Text
8 lines
85 B
Text
doSPAM:
|
|
LEA Message,A0
|
|
JSR PrintString
|
|
JMP doSPAM
|
|
|
|
Message:
|
|
DC.B "SPAM",13,10,0
|
|
EVEN
|