Use MLI error names from ProDOS 8 Technical Reference Manual Quick Reference Card (and not Section 4.8 !).
git-svn-id: svn://svn.cc65.org/cc65/trunk@4748 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -46,7 +46,7 @@ rwcommon:
|
||||
ldx #RW_COUNT
|
||||
jsr callmli
|
||||
bcc rwepilog
|
||||
cmp #$4C ; "End of file"
|
||||
cmp #$4C ; "End of file encountered"
|
||||
bne oserr
|
||||
|
||||
rwepilog:
|
||||
|
||||
Reference in New Issue
Block a user