Hooking into the MLI call needs much more thoughts - and is currently not necessary...
git-svn-id: svn://svn.cc65.org/cc65/trunk@4159 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
;
|
||||
|
||||
.import __dos_type
|
||||
.import iobuf_mli
|
||||
|
||||
.include "mli.inc"
|
||||
|
||||
@@ -25,7 +24,7 @@ callmli:
|
||||
beq oserr
|
||||
|
||||
; Call MLI and return
|
||||
jsr iobuf_mli
|
||||
jsr $BF00 ; MLI call entry point
|
||||
call: .byte $00
|
||||
.addr mliparam
|
||||
rts
|
||||
|
||||
Reference in New Issue
Block a user