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