updated print with new functions
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user