Changeset 446 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- Aug 31, 2012, 5:43:21 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- Location:
- trunk/Assembly_Library/Inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/BiosFunctions.inc
r427 r446 43 43 44 44 ; BIOS disk functions 45 READ_SECTORS_INTO_MEMORY EQU 02h 45 46 GET_DRIVE_PARAMETERS EQU 08h 46 47 RESET_HARD_DISK EQU 0Dh -
trunk/Assembly_Library/Inc/DosFunctions.inc
r85 r446 1 ; File name : DosFunctions.inc2 1 ; Project name : AssemblyLibrary 3 ; Created date : 1.9.20104 ; Last update : 3.1.20115 ; Author : Tomi Tilli6 2 ; Description : Defines for MS-DOS functions. 7 3 %ifndef DOS_FUNCTIONS_INC … … 19 15 GET_DOS_DRIVE_PARAMETER_BLOCK_FOR_SPECIFIC_DRIVE EQU 32h 20 16 SET_CURRENT_DIRECTORY EQU 3Bh 17 CREATE_OR_TRUNCATE_FILE EQU 3Ch 21 18 OPEN_EXISTING_FILE EQU 3Dh 22 19 CLOSE_FILE EQU 3Eh
Note:
See TracChangeset
for help on using the changeset viewer.