Mercurial > hg > Members > kono > nitros9-code
annotate level1/cmds/makdir.asm @ 200:e9ce43cc215e
Made major changes to headers for consistency and identification
author | boisy |
---|---|
date | Mon, 15 Jul 2002 03:42:42 +0000 |
parents | 6641a883d6b0 |
children | 1810b051d07e |
rev | line source |
---|---|
0 | 1 ******************************************************************** |
2 * Makdir - Create directory file | |
3 * | |
4 * $Id$ | |
5 * | |
6 * Ed. Comments Who YY/MM/DD | |
7 * ------------------------------------------------------------------ | |
200
e9ce43cc215e
Made major changes to headers for consistency and identification
boisy
parents:
0
diff
changeset
|
8 * 4 From Tandy OS-9 Level One VR 02.00.00 |
0 | 9 |
10 nam Makdir | |
11 ttl Create directory file | |
12 | |
13 * Disassembled 02/04/03 23:05:28 by Disasm v1.6 (C) 1988 by RML | |
14 | |
15 ifp1 | |
16 use defsfile | |
17 endc | |
18 | |
19 tylg set Prgrm+Objct | |
20 atrv set ReEnt+rev | |
21 rev set $01 | |
200
e9ce43cc215e
Made major changes to headers for consistency and identification
boisy
parents:
0
diff
changeset
|
22 edition set 4 |
0 | 23 |
24 mod eom,name,tylg,atrv,start,size | |
25 | |
26 u0000 rmb 450 | |
27 size equ . | |
28 | |
29 name fcs /Makdir/ | |
200
e9ce43cc215e
Made major changes to headers for consistency and identification
boisy
parents:
0
diff
changeset
|
30 fcb edition |
0 | 31 |
32 start ldb #DIR.+PREAD.+PWRIT.+PEXEC.+READ.+WRITE.+EXEC. | |
33 os9 I$MakDir | |
34 bcs L001C | |
35 clrb | |
36 L001C os9 F$Exit | |
37 | |
38 emod | |
39 eom equ * | |
40 end | |
41 |