1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-10 17:23:45 +00:00
cc65/libsrc/apple2/diosectcount.s

13 lines
209 B
ArmAsm
Raw Normal View History

;
; Oliver Schmidt, 31.03.2005
;
; sectnum_t __fastcall__ dio_query_sectcount(dhandle_t handle);
;
.export _dio_query_sectcount
_dio_query_sectcount:
lda #<280
ldx #>280
rts