6 lines
80 B
NASM
6 lines
80 B
NASM
|
; vsync interrupt routine
|
||
|
|
||
|
system_vsync_handler:
|
||
|
call mouse_update
|
||
|
reti
|