Changeset 531 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs
- Timestamp:
- Mar 30, 2013, 6:50:48 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/RamVars.asm
r526 r531 56 56 mov al, [cs:ROMVARS.bStealSize] 57 57 sub [BDA.wBaseMem], ax 58 mov ax, [BDA.wBaseMem] 58 mov ax, [BDA.wBaseMem] ; We can save a byte here by using INT 12h instead 59 59 eSHL_IM ax, 6 ; Segment to first stolen kB (*=40h) 60 60 ; Fall to .InitializeRamvars
Note:
See TracChangeset
for help on using the changeset viewer.