1 Commits

Author SHA1 Message Date
e55099db13 Apps/aclock: Rewrite from nasm to fasm
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 31s
Build system / Build (pull_request) Successful in 9m15s
2025-03-07 02:43:09 +03:00
2 changed files with 3 additions and 3 deletions

View File

@@ -94,11 +94,11 @@ main:
call drawClock
.event_occured:
cmp eax,EVM_REDRAW
cmp eax,EV_REDRAW
je .redraw
cmp eax,EVM_KEY
cmp eax,EV_KEY
je .key
cmp eax,EVM_BUTTON
cmp eax,EV_BUTTON
je .button
jmp .msgpump

Binary file not shown.