From e9462804f5dd65e060f4037185d0793cad9fae45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Thu, 23 Mar 2023 17:21:18 +0200 Subject: [PATCH] Mark that event_click clobbers ax in hello.asm --- hello.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello.asm b/hello.asm index ddf817d..8980241 100644 --- a/hello.asm +++ b/hello.asm @@ -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