Changes for first REPL

This commit is contained in:
2022-06-01 23:30:21 -05:00
parent 84230676cb
commit 80daca0584
4 changed files with 35 additions and 17 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ backspace: .equ 0x2a
call set_video
push msg
push screen
call print
call print_to
wfi_loop: hlt
jmpr @wfi_loop
;;;;;
@@ -47,7 +47,7 @@ clear_screen:
pop
ret
print: ; ( msg addr -- )
print_to: ; ( msg addr -- )
pushr
#while
dup