1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-23 18:29:47 +00:00
cc65/libsrc/apple2/diosectsize.s

13 lines
207 B
ArmAsm
Raw Normal View History

;
; Oliver Schmidt, 31.03.2005
;
; sectsize_t __fastcall__ dio_query_sectsize(dhandle_t handle);
;
.export _dio_query_sectsize
_dio_query_sectsize:
lda #<512
ldx #>512
rts