moved loc

This commit is contained in:
2026-02-13 21:42:59 +00:00
parent 75ad04cf95
commit d66baf6f99
5 changed files with 317 additions and 148 deletions
+10
View File
@@ -32,3 +32,13 @@ handle_hard_fault:
call print::print
pop zero
hlt
trigger:
push bpr
mov spr, bpr
int 0x01
mov bpr, spr
pop bpr
return