This commit is contained in:
Rémy GIBERT 2020-01-12 21:38:33 +01:00
parent 1a55ca3830
commit e7699351eb
4 changed files with 2 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -193,8 +193,8 @@ CORE.Run.5 >LDYA L.CORE.IO
jsr CORE.SkipCharsA
jsr CORE.IO.JMP
bcs CORE.Run.RTS
bra CORE.Run.7
bcc CORE.Run.7
CORE.Run.RTS rts
CORE.Run.6 jsr CORE.ArgV.Add
@ -255,8 +255,6 @@ CORE.Run.7 jsr CORE.GetCharNB
bcs CORE.Run.RTS
jmp CORE.Run.1 Loop with Pipe IN
CORE.Run.RTS rts
*--------------------------------------
* Input : ZPArgVBuf
*--------------------------------------