should enable interrupts by writing a 1

This commit is contained in:
Corwin Kuiper 2021-07-03 18:41:59 +01:00
parent 47f8ee5b70
commit 37c29b7ec3

View file

@ -40,7 +40,7 @@ InterruptHandler:
pop {r2}
mov r1, #0
mov r1, #1
strh r1, [r2, #8]
bx lr @ return to bios