add "invalid parameter" error code -- contributed by Stefan Haubenthal

git-svn-id: svn://svn.cc65.org/cc65/trunk@5426 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg
2012-01-26 12:12:34 +00:00
parent 28f92b50a9
commit 0a6412b147
5 changed files with 7 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ iocbok: stx tmp4 ; remember IOCB index
jsr ucase_fn
bcc ucok1
lda #182 ; see oserror.s
lda #183 ; see oserror.s
rts
ucok1: