Compare commits
2 Commits
79ce4cf896
...
77d26709b0
Author | SHA1 | Date | |
---|---|---|---|
|
77d26709b0 | ||
afeb89ea7f |
@@ -46,7 +46,7 @@ red: ; Redraw event handler
|
||||
key: ; Keypress event handler
|
||||
mov eax, 2 ; The key is returned in ah. The key must be
|
||||
mcall ; read and cleared from the system queue.
|
||||
cmp eax, 1 ; Just read the key, ignore it and jump to event_wait.
|
||||
cmp eax, 1 ; Just read the key, ignore it and jump to event_wait.
|
||||
je event_wait
|
||||
mov cl, [reading]
|
||||
cmp cl, 0x00
|
||||
|
Reference in New Issue
Block a user