Create assembler_lc-3

LC-3 Assembly Language
This commit is contained in:
OriginalTabooo
2015-10-27 18:35:32 -05:00
parent 21abe04582
commit 1801915d8c

6
a/assembler_lc-3 Normal file
View File

@@ -0,0 +1,6 @@
.ORIG x3000
LEA R0, HELLOWORLD
PUTS
HELLOWORLD .STRINGZ "Hello world!\n"