diff --git a/kernel/shell.asm b/kernel/shell.asm index 7072b42..2d49f63 100644 --- a/kernel/shell.asm +++ b/kernel/shell.asm @@ -65,6 +65,7 @@ shellInit: xor a ld (SHELL_MEM_PTR), a + ld (SHELL_MEM_PTR+1), a ld (SHELL_BUF), a ; print welcome @@ -178,7 +179,7 @@ shellParse: ; let's have DE point to the jump line ld a, SHELL_CMD_ARGS_MAXSIZE call addDE - push ix \ pop de + push de \ pop ix ; Ready to roll! call callIX cp 0