@ -24,7 +24,7 @@ command_loop:
cmp al, 'q' ; Check for 'q' command (quit)
je quit_terminal
je heckerfetch
cmp al, 'f, ; CPU: Hecker Generic CPU
cmp al, 'f', ; CPU: Hecker Generic CPU
; Unknown command response
mov si, unknown_command_message
call print_string