From 83ac18269daef4f64f2ca516101889176dbfb960 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Wed, 12 Aug 2015 11:26:21 -0400 Subject: [PATCH] more open code --- open.aii | 193 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 191 insertions(+), 2 deletions(-) diff --git a/open.aii b/open.aii index 9a1593d..47b21ee 100644 --- a/open.aii +++ b/open.aii @@ -13,15 +13,204 @@ open procname export + with fst_parms + ; find the inode... ; sanity check the parameters. + jsr check_resource + bcs exit + + jsr check_access + bcs exit - lda #file_not_found - sec + ; now create the fcr. + jsr build_fcr + bcs exit + + ; output fields... + + lda