This commit is contained in:
2024-02-16 17:00:38 -05:00
parent 971f8a326c
commit 64a98f6add
4 changed files with 84 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ print:
lda *q++
jpz print_end
sta *p++
jmp print:
jmp print
print_end:
hlt
hlt