keep all assembly examples under a/assembly_*.asm

This commit is contained in:
Shark
2016-09-21 13:02:44 +02:00
parent 3bab02464b
commit 259d83e19b
6 changed files with 0 additions and 0 deletions

6
a/assembler_lc-3.asm Normal file
View File

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