Kernel 0.93+

This commit is contained in:
Rémy GIBERT 2020-01-13 16:53:33 +01:00
parent d2f44c2b8a
commit 30ddc5d5da
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -443,6 +443,8 @@ CORE.ArgV.Add lda #C.SPACE
bne .7
tya
beq .8 Empty string....
sec
adc ZPArgVBufPtr
sta ZPArgVBufPtr

View File

@ -196,7 +196,6 @@ EXP.OP.UNARY.N jsr EXP.OP.UNARY.Z
rts
EXP.OP.UNARY.Z lda (ZPArgVBufPtr) [ -Z ] ?
cmp #']'
bne .1
lda #$80 TRUE