GitHub_collection_hello-world/a/assembler_lc-3.asm

7 lines
85 B
NASM

.ORIG x3000
LEA R0, HELLOWORLD
PUTS
HELLOWORLD .STRINGZ "Hello world!\n"