Initialize the monitor X and Y coords on startup
This commit is contained in:
parent
cf456659d6
commit
365455a767
4
main.asm
4
main.asm
|
@ -59,6 +59,10 @@ entry_seed_done:
|
||||||
; ensure the event queue gets initialized properly
|
; ensure the event queue gets initialized properly
|
||||||
mov [EVENT_QUEUE_POINTER], 0
|
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
|
; enable interrupts
|
||||||
ise
|
ise
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user