Files
hello-world/a/Assembler lc3.asm
2021-05-08 13:33:04 +12:00

7 lines
84 B
NASM

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