Changeset 590 in xtideuniversalbios for trunk/Assembly_Library/Inc/Debug.inc


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/Inc/Debug.inc

    r142 r590  
    2222
    2323    mov     ax, %1
    24     mov     bx, %2
    25     CALL_DISPLAY_LIBRARY PrintWordFromAXwithBaseInBX
     24    mov     bl, %2
     25    CALL_DISPLAY_LIBRARY PrintWordFromAXWithBaseInBL
    2626%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
    2727    call    Keyboard_RemoveAllKeystrokesFromBuffer
Note: See TracChangeset for help on using the changeset viewer.