1
0
mirror of https://github.com/hsoft/collapseos.git synced 2025-04-05 06:48:39 +11:00

pass the number of arguments to the called function

This commit is contained in:
Valentin Lenhart 2019-10-21 17:30:15 +02:00
parent c3ad620ba8
commit c230856f09

View File

@ -159,6 +159,7 @@ shellParse:
jr z, .parseerror
; Args parsed, now we can load the routine address and call it.
ld b, a ; pass number of arguments as b
; let's have DE point to the jump line
ld hl, SHELL_CMD_ARGS
ld a, PARSE_ARG_MAXCOUNT