diff --git a/boot.asm b/boot.asm index 6b4c442..701013f 100644 --- a/boot.asm +++ b/boot.asm @@ -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