1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-29 10:29:30 +00:00
cc65/libsrc/apple2/diowrite.s
cuz 35676b5c6b dio implementation by Oliver Schmidt
git-svn-id: svn://svn.cc65.org/cc65/trunk@3432 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-03-30 18:25:04 +00:00

16 lines
316 B
ArmAsm

;
; Oliver Schmidt, 24.03.2005
;
; unsigned char __fastcall__ dio_write (dhandle_t handle, sectnum_t sect_num, const void *buffer);
;
.export _dio_write
.import dioprolog, diocommon
.include "mli.inc"
_dio_write:
jsr dioprolog
lda #WRITE_BLOCK_CALL
jmp diocommon