Changeset 293 in xtideuniversalbios for trunk/Configurator/Src/EEPROM.asm


Ignore:
Timestamp:
Mar 4, 2012, 1:33:52 AM (12 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Commit 1/2 (Library, Configurators and Serial Server):

  • Changed Emulate.inc so that making 286 and 386 versions now works. Additionally, only one processor type define is needed in the makefile.
  • Minor optimizations.
  • Fixed spelling and did some cleaning.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Configurator/Src/EEPROM.asm

    r2 r293  
    1 ; File name     :   EEPROM.asm
    21; Project name  :   XTIDE Univeral BIOS Configurator
    3 ; Created date  :   19.4.2010
    4 ; Last update   :   2.5.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Functions for managing EEPROM contents.
    73
     
    2521    call    EEPROM_FindXtideUniversalBiosROM
    2622    xor     si, si                                  ; Load from beginning of ROM
    27     eMOVZX  cx, BYTE [es:ROMVARS.bRomSize]
     23    eMOVZX  cx, [es:ROMVARS.bRomSize]
    2824    eSHL_IM cx, 9                                   ; *= 512 for byte count
    2925    call    EEPROM_LoadBytesFromROM
Note: See TracChangeset for help on using the changeset viewer.