Merge pull request #525 from rebeccc/eeeeeeeeeeeeeeeeeeeeeeee

adding e_lc3.asm
This commit is contained in:
LinuxMercedes 2018-12-11 14:29:02 -06:00 committed by GitHub
commit f06383159b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
e_lc3.asm Normal file
View File

@ -0,0 +1,13 @@
.ORIG x3000
loop AND R0, R0, #0
LEA R0, e
PUTS
BRnzp loop
HALT
e .STRINGZ "e"
.END