minix.fst/open.aii

27 lines
254 B
Plaintext
Raw Normal View History

2015-08-12 00:06:51 +00:00
include 'gsos.equ'
include 'minix.equ'
include 'fst.equ'
include 'fst.macros'
include 'M16.Debug'
include 'records.equ'
open procname export
; find the inode...
; sanity check the parameters.
lda #file_not_found
sec
rtl
endp
end