Changeset 222 in xtideuniversalbios for trunk/Assembly_Library/Src


Ignore:
Timestamp:
Jan 25, 2012, 2:42:07 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Assembly Library:

  • Excluded pointer normalization functions for XTIDE Universal BIOS.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Util/Registers.asm

    r207 r222  
    7474;
    7575;--------------------------------------------------------------------
     76%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
    7677ALIGN JUMP_ALIGN
    7778Registers_NormalizeESSI:
     
    9394    mov         es, ax
    9495    ret
    95        
     96%endif
     97
    9698
    9799;--------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.