1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00
cc65/libsrc/geos-cbm/disk/dio_qcount.s

16 lines
281 B
ArmAsm

;
; Oliver Schmidt, 2012-10-23
;
; unsigned __fastcall__ dio_query_sectcount (dhandle_t handle);
;
.export _dio_query_sectcount
.import ___oserror
_dio_query_sectcount:
lda #0
sta ___oserror
lda #<683
ldx #>683
rts