6
a/Assembler lc3.asm
Normal file
6
a/Assembler lc3.asm
Normal file
@@ -0,0 +1,6 @@
|
||||
.ORIG x3000
|
||||
|
||||
LEA R0, HELLOWORLD
|
||||
PUTS
|
||||
|
||||
HELLOWORLD .STRINGZ "Hello world!\n"
|
||||
Reference in New Issue
Block a user