7 lines
84 B
NASM
7 lines
84 B
NASM
.ORIG x3000
|
|
|
|
LEA R0, HELLOWORLD
|
|
PUTS
|
|
|
|
HELLOWORLD .STRINGZ "Hello World\n"
|