view lib/kreiderclib/open.as @ 3140:03b580a02945

Allow CoCo3FPGA-specific build of superdesc.asm Added new conditional CC3FPGA and code to "level1/modules/superdesc.asm" to reflect changes needed to build the new SD card descriptors for the Coco3FPGA.
author Bill Pierce <merlinious999@gmail.com>
date Sat, 04 Feb 2017 11:06:26 +0100
parents 1647f1874cdf
children
line wrap: on
line source

* Disassembly by Os9disasm of open.r

 section code

* OS-9 system function equates

I$Open equ $84 
I$Close equ $8f 

open: ldx   2,s 
 lda   5,s 
 os9 I$Open 
 lblo  _os9err 
 tfr   a,b 
 clra   
 rts    
close: lda   3,s 
 os9 I$Close 
 lbra  _sysret 

 endsect