home *** CD-ROM | disk | FTP | other *** search
- ;AAsm header file for DOSFS
- ;written by DefMod (Aug 8 1994) on Thu Sep 22 15:28:54 1994
-
- [ :LNOT: :DEF: Get_Types
- GBLS Get_Types
- Get_Types SETS "GET OS:Hdr.Types"
- |
- Get_Types SETS ""
- ]
- $Get_Types
-
- [ :LNOT: :DEF: Get_OS
- GBLS Get_OS
- Get_OS SETS "GET OS:Hdr.OS"
- |
- Get_OS SETS ""
- ]
- $Get_OS
-
- [ :LNOT: :DEF: Get_FileCore
- GBLS Get_FileCore
- Get_FileCore SETS "GET OS:Hdr.FileCore"
- |
- Get_FileCore SETS ""
- ]
- $Get_FileCore
-
- [ :LNOT: :DEF: DOSFS_Hdr
- GBLS DOSFS_Hdr
-
- ;Symbols for constants
- DOSFS_FormatDOSQ * 0
- DOSFS_FormatDOSM * 1
- DOSFS_FormatDOSH * 2
- DOSFS_FormatDOSN * 3
- DOSFS_FormatDOSP * 4
- DOSFS_FormatDOST * 5
- DOSFS_FormatDOSU * 6
- DOSFS_FormatAtariM * 7
- DOSFS_FormatAtariN * 8
-
- ;Symbols for SWI's and SWI reason codes
- XDOSFS_DiscFormat * &64B00
- DOSFS_DiscFormat * &44B00
- ;Entry
- ; R0 = buffer (pointer to FileCore_Format)
- ; R1 = vet_format_swi (Int)
- ; R2 = vet_format_handle (Int)
- ; R3 = format (Int)
-
- XDOSFS_LayoutStructure * &64B01
- DOSFS_LayoutStructure * &44B01
- ;Entry
- ; R0 -> disc (FileCore_Disc)
- ; R1 -> defect_list (FileCore_DefectList)
- ; R2 -> disc_name (String)
- ; R3 = image_file (OS_F)
-
- ]
- END
-