mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Saved one byte.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4747 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
3a88860d8b
commit
b9740f52e2
@ -13,6 +13,6 @@ _dio_query_sectsize:
|
||||
stx __oserror ; X = 0
|
||||
|
||||
; Return ProDOS 8 block size
|
||||
lda #<512
|
||||
txa ; X = 0
|
||||
ldx #>512
|
||||
rts
|
||||
|
Loading…
Reference in New Issue
Block a user