1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00
cc65/libsrc/apple2/dioread.s
2012-10-11 18:22:49 +00:00

16 lines
305 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