annotate defs/ioman.d @ 1652:558cab468052

RG fixed a bug in the Vavasour emulator clock2 module. clock2 is now of type Sbrtn instead of Systm. clock.asm has been modified to link to this type.
author boisy
date Sat, 17 Jul 2004 12:20:31 +0000
parents c01a65c813ce
children a4f606d2f66e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1626
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
1 **************************************
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
2 * I/O Service Request Code Definitions
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
3 *
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
4 org $80
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
5 I$Attach rmb 1 Attach I/O Device
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
6 I$Detach rmb 1 Detach I/O Device
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
7 I$Dup rmb 1 Duplicate Path
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
8 I$Create rmb 1 Create New File
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
9 I$Open rmb 1 Open Existing File
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
10 I$MakDir rmb 1 Make Directory File
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
11 I$ChgDir rmb 1 Change Default Directory
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
12 I$Delete rmb 1 Delete File
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
13 I$Seek rmb 1 Change Current Position
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
14 I$Read rmb 1 Read Data
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
15 I$Write rmb 1 Write Data
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
16 I$ReadLn rmb 1 Read Line of ASCII Data
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
17 I$WritLn rmb 1 Write Line of ASCII Data
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
18 I$GetStt rmb 1 Get Path Status
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
19 I$SetStt rmb 1 Set Path Status
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
20 I$Close rmb 1 Close Path
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
21 I$DeletX rmb 1 Delete from current exec dir