Rewrote cbm_open and cbm_read in assembler saving about 80 bytes total.
git-svn-id: svn://svn.cc65.org/cc65/trunk@1318 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -12,4 +12,5 @@ _cbm_k_open:
|
||||
jsr OPEN
|
||||
bcs @NotOk
|
||||
lda #0
|
||||
@NotOk: rts
|
||||
@NotOk: ldx #0 ; Clear high byte
|
||||
rts
|
||||
|
||||
Reference in New Issue
Block a user