Ignore:
Timestamp:
Nov 13, 2011, 3:38:40 PM (12 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes to all parts of the project:

  • Size optimizations.
  • Added a define (EXCLUDE_FROM_XTIDECFG) to exclude unused library code from XTIDECFG.
  • Tried to minimize time spent with interrupts disabled.
  • Some minor attempts to improve speed (reordering instructions etc).
  • Tried to improve readability, did some cleanup and fixed some errors in comments.
File:
1 edited

Legend:

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

    r159 r181  
    169169    call    Buffers_IsXtideUniversalBiosSignatureInESDI
    170170    je      SHORT .RomFound
    171     add     bx, 200h                ; Increment by 8kB
     171    add     bh, 2                   ; Increment by 8kB
    172172    jnc     SHORT .SegmentLoop      ; Loop until segment overflows
    173173    clc
Note: See TracChangeset for help on using the changeset viewer.