Mercurial > hg > Members > kono > nitros9-code
diff defs/ioman.d @ 1756:a4f606d2f66e
Updated for new as6809
author | boisy |
---|---|
date | Wed, 23 Mar 2005 03:21:41 +0000 |
parents | c01a65c813ce |
children | 27e85b681dab |
line wrap: on
line diff
--- a/defs/ioman.d Wed Mar 23 03:21:28 2005 +0000 +++ b/defs/ioman.d Wed Mar 23 03:21:41 2005 +0000 @@ -1,21 +1,21 @@ -************************************** -* I/O Service Request Code Definitions -* - org $80 -I$Attach rmb 1 Attach I/O Device -I$Detach rmb 1 Detach I/O Device -I$Dup rmb 1 Duplicate Path -I$Create rmb 1 Create New File -I$Open rmb 1 Open Existing File -I$MakDir rmb 1 Make Directory File -I$ChgDir rmb 1 Change Default Directory -I$Delete rmb 1 Delete File -I$Seek rmb 1 Change Current Position -I$Read rmb 1 Read Data -I$Write rmb 1 Write Data -I$ReadLn rmb 1 Read Line of ASCII Data -I$WritLn rmb 1 Write Line of ASCII Data -I$GetStt rmb 1 Get Path Status -I$SetStt rmb 1 Set Path Status -I$Close rmb 1 Close Path -I$DeletX rmb 1 Delete from current exec dir +;************************************* +; I/O Service Request Code Definitions +; + +I$Attach == 0h80 ; Attach I/O Device +I$Detach == 0h80 ; Detach I/O Device +I$Dup == 0h80 ; Duplicate Path +I$Create == 0h80 ; Create New File +I$Open == 0h80 ; Open Existing File +I$MakDir == 0h80 ; Make Directory File +I$ChgDir == 0h80 ; Change Default Directory +I$Delete == 0h80 ; Delete File +I$Seek == 0h80 ; Change Current Position +I$Read == 0h80 ; Read Data +I$Write == 0h80 ; Write Data +I$ReadLn == 0h80 ; Read Line of ASCII Data +I$WritLn == 0h80 ; Write Line of ASCII Data +I$GetStt == 0h80 ; Get Path Status +I$SetStt == 0h80 ; Set Path Status +I$Close == 0h80 ; Close Path +I$DeletX == 0h80 ; Delete from current exec dir