Changeset 417 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs
- Timestamp:
- May 5, 2012, 4:01:03 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/RamVars.asm
r400 r417 76 76 call Memory_ZeroESDIwithSizeInCX 77 77 mov WORD [RAMVARS.wSignature], RAMVARS_SIGNATURE 78 ; Fall to .InitializeInt13hStackChangeVariables 79 80 ;-------------------------------------------------------------------- 81 ; .InitializeInt13hStackChangeVariables 82 ; Parameters: 83 ; DS: RAMVARS segment 84 ; Returns: 85 ; Nothing 86 ; Corrupts registers: 87 ; AX 88 ;-------------------------------------------------------------------- 89 %ifdef RELOCATE_INT13H_STACK 90 .InitializeInt13hStackChangeVariables: 91 eMOVZX ax, BYTE [cs:ROMVARS.bStealSize] 92 eSHL_IM ax, 10 ; kiB to Bytes = Top of stack offset 93 mov [RAMVARS.wNewStackOffset], ax 94 %endif 78 95 ; Fall to .InitializeDriveTranslationAndReturn 79 96
Note:
See TracChangeset
for help on using the changeset viewer.