Use MLI error names from ProDOS 8 Technical Reference Manual (and ProDOS 8 Technical Note #21).
git-svn-id: svn://svn.cc65.org/cc65/trunk@4722 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -30,6 +30,6 @@ call: .byte $00
|
||||
rts
|
||||
|
||||
; Load oserror code and return
|
||||
oserr: lda #$01 ; "Invalid MLI function code number"
|
||||
oserr: lda #$01 ; "Bad system call number"
|
||||
sec
|
||||
rts
|
||||
|
||||
Reference in New Issue
Block a user