Changeset 35 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Aug 24, 2010, 6:44:44 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/DriveXlate.asm
r3 r35 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 15.3.2010 4 ; Last update : 2 .4.20104 ; Last update : 24.8.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Functions for swapping drive letters. … … 28 28 ret 29 29 30 31 ;-------------------------------------------------------------------- 32 ; DriveXlate_WhenLeavingInt13hWithReturnValueInDL 33 ; Parameters: 34 ; DS: RAMVARS segment 35 ; Returns: 36 ; Nothing 37 ; Corrupts registers: 38 ; DI 39 ;-------------------------------------------------------------------- 40 ALIGN JUMP_ALIGN 41 DriveXlate_WhenLeavingInt13hWithReturnValueInDL: 42 dec BYTE [RAMVARS.xlateVars+XLATEVARS.bRecurCnt] 43 ret 30 44 31 45 ;--------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.