Ignore:
Timestamp:
Mar 30, 2013, 6:50:48 PM (11 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • A few minor optimizations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/RamVars.asm

    r526 r531  
    5656    mov     al, [cs:ROMVARS.bStealSize]
    5757    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
    5959    eSHL_IM ax, 6                       ; Segment to first stolen kB (*=40h)
    6060    ; Fall to .InitializeRamvars
Note: See TracChangeset for help on using the changeset viewer.