2 Commits

Author SHA1 Message Date
Taldariner
77d26709b0 Charsets Checker 0.3.2
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 27s
Build system / Build (pull_request) Successful in 8m13s
- Renamed to Charsets Viewer/Charsets
- Fixed rolled-up bug
- Tweaked UI a little bit
- Renamed files in autobuild
- Moved charsets to programs/develop
- Added credits in charsets.asm
- Moved charsets dev history to separate file
2025-03-07 22:23:36 +03:00
afeb89ea7f Added charset_checker app to IMG instead of asciivju and keyascii 2025-03-07 22:16:33 +03:00

View File

@@ -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