Initialize the monitor X and Y coords on startup

main
Ry 2023-03-30 16:23:18 -07:00
parent cf456659d6
commit 365455a767
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@ entry_seed_done:
; ensure the event queue gets initialized properly
mov [EVENT_QUEUE_POINTER], 0
; initialize the monitor X and Y coordinates
mov.8 [MONITOR_CONSOLE_X], 0
mov.8 [MONITOR_CONSOLE_Y], 28
; enable interrupts
ise