cc65/libsrc/apple2/dioread.s

16 lines
338 B
ArmAsm

;
; Oliver Schmidt, 24.03.2005
;
; unsigned char __fastcall__ dio_read (dhandle_t handle, unsigned sect_num, void *buffer);
;
.export _dio_read
.import dioprolog, diocommon
.include "mli.inc"
_dio_read:
jsr dioprolog
lda #READ_BLOCK_CALL
jmp diocommon