7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
.ORIG x3000
|
|
|
|
LEA R0, HELLOWORLD
|
|
PUTS
|
|
|
|
HELLOWORLD .STRINGZ "Hello world!\n"
|