Mark that event_click clobbers ax in hello.asm

This commit is contained in:
Juhani Krekelä 2023-03-23 17:21:18 +02:00
parent fa34ce7468
commit e9462804f5
1 changed files with 2 additions and 0 deletions

View File

@ -252,6 +252,8 @@ event_mouse:
; bx = Y
; cx = X
; dl = mouse buttons
; out:
; clobbers ax
event_click:
; This is not a true event passed into our event handler, but
; rather one we've synthetized from the mouse event