Fix Assembler lc3 (#1122)

This commit is contained in:
Austin Adams
2021-07-31 23:29:47 -04:00
committed by GitHub
parent 4d391508d6
commit bded46cd21

View File

@@ -2,5 +2,8 @@
LEA R0, HELLOWORLD
PUTS
HALT
HELLOWORLD .STRINGZ "Hello World\n"
.END