Changeset 590 in xtideuniversalbios for trunk/Assembly_Library/Src/LibraryTests.asm


Ignore:
Timestamp:
May 25, 2016, 8:16:35 AM (8 years ago)
Author:
krille_n_
Message:

Changes:

  • Updated URLs and copyright info in BIOSDRVS and XTIDECFG.
  • BIOSDRVS should now build under Linux.
  • Minor optimizations to the library.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/LibraryTests.asm

    r526 r590  
    598598    pop     ds
    599599    mov     si, .rgwItems
    600     mov     bx, 16
     600    mov     bl, 16
    601601.Loop:
    602602    lodsw
    603     CALL_DISPLAY_LIBRARY PrintSignedWordFromAXWithBaseInBX
     603    CALL_DISPLAY_LIBRARY PrintSignedWordFromAXWithBaseInBL
    604604    CALL_DISPLAY_LIBRARY PrintNewlineCharacters
    605605    loop    .Loop
Note: See TracChangeset for help on using the changeset viewer.