Ignore:
Timestamp:
Feb 2, 2011, 1:33:48 AM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Optimizations to Assembly Library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/BiosFile.asm

    r68 r103  
    1 ; File name     :   BiosFile.asm
    21; Project name  :   XTIDE Univeral BIOS Configurator v2
    3 ; Created date  :   10.10.2010
    4 ; Last update   :   6.12.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Functions for loading and saving BIOS image file.
    73
     
    105101    push    cx
    106102
    107     call    Registers_CopyESDItoDSSI    ; File name in DS:SI
     103    Registers_CopyESDItoDSSI    ; File name in DS:SI
    108104    push    cs
    109105    pop     es
     
    161157    call    Buffers_GenerateChecksum
    162158    call    Buffers_GetFileBufferToESDI
    163     call    Registers_CopyESDItoDSSI
     159    Registers_CopyESDItoDSSI
    164160    xor     dx, dx
    165161    mov     cx, [cs:g_cfgVars+CFGVARS.wImageSizeInWords]
Note: See TracChangeset for help on using the changeset viewer.