diff --git a/shell.asm b/shell.asm index 15e8500..b24b9f9 100644 --- a/shell.asm +++ b/shell.asm @@ -572,7 +572,7 @@ launch: ; Is it a .bin file? cmp cx, 4 - jb .end ; No, too short + jb .not_launchable ; No, too short mov si, launch_filename add si, cx sub si, 4