dio implementation by Oliver Schmidt

git-svn-id: svn://svn.cc65.org/cc65/trunk@3432 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2005-03-30 18:25:04 +00:00
parent 069f0a7015
commit 35676b5c6b
8 changed files with 181 additions and 0 deletions

12
libsrc/apple2/dioclose.s Normal file
View File

@@ -0,0 +1,12 @@
;
; Oliver Schmidt, 24.03.2005
;
; unsigned char __fastcall__ dio_close (dhandle_t handle);
;
.export _dio_close
.import dioepilog
_dio_close:
lda #$00
jmp dioepilog