updated print with new functions

This commit is contained in:
2025-06-22 03:51:39 +01:00
parent 9c56258c48
commit 7892c44d89
4 changed files with 347 additions and 18 deletions
+4 -2
View File
@@ -9,10 +9,12 @@ init:
mov bpr, spr
start:
lwi string, rg1
// string, rg1
lli 87, rg1
push rg1
call print::print
call print::print_byte
pop rg1
hlt