Save a few bytes

This commit is contained in:
polluks
2022-01-30 03:26:32 +01:00
committed by mrdudz
parent 69346960b8
commit d6349e0f92
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ devnotpresent2:
pla
devnotpresent:
lda #ENODEV
jmp __directerrno ; Sets _errno, clears _oserror, returns -1
.byte $2C ; Skip next opcode via BIT <abs>
; Error entry: The given file descriptor is not valid or not open