Kernel 0.92+

This commit is contained in:
Rémy GIBERT 2019-02-19 16:34:43 +00:00
parent a225b5fe66
commit bac787294d
3 changed files with 4 additions and 1 deletions

View File

@ -103,6 +103,7 @@ E.SYN .EQ $F8 Syntax Error
E.ENVF .EQ $F7 Env is Full
E.IBIN .EQ $F6 Invalid BIN format
E.FTB .EQ $F5 File Too Big Error
E.OOB .EQ $F4 Out Of Bound
*--------------------------------------
* A2osX.SYSCALL Constants
*--------------------------------------

View File

@ -110,7 +110,8 @@ K.ArgV tax save requested arg#
.8 clc
rts
.9 sec
.9 lda #E.OOB
sec
rts
*--------------------------------------
MAN

View File

@ -137,6 +137,7 @@ GP.SysCall dec IRQ.InKernel
bit $C000,x switch to Target BNK
bit $C000,x
bcc .4 no error quit...
tax CS,A=0 ?