Changeset 293 in xtideuniversalbios for trunk/Configurator/Src/Flash.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/Flash.asm

    r2 r293  
    1 ; File name     :   Flash.asm
    21; Project name  :   XTIDE Univeral BIOS Configurator
    3 ; Created date  :   30.4.2010
    4 ; Last update   :   2.5.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Function for flashing the EEPROM.
    73
     
    4642; Verifies that all data has been written successfully.
    4743;
    48 ; Flash_WasDataWriteSuccessfull
     44; Flash_WasDataWriteSuccessful
    4945;   Parameters:
    5046;       Nothing
     
    5652;--------------------------------------------------------------------
    5753ALIGN JUMP_ALIGN
    58 Flash_WasDataWriteSuccessfull:
     54Flash_WasDataWriteSuccessful:
    5955    push    ds
    6056    push    di
     
    218214;       ES:BP:  Ptr to EEPROM last write location
    219215;   Returns:
    220 ;       CF:     Cleared if polling successfull
     216;       CF:     Cleared if polling successful
    221217;               Set if polling timeout
    222218;   Corrupts registers:
Note: See TracChangeset for help on using the changeset viewer.