Changeset 78 in xtideuniversalbios for trunk/Configurator/Src/Libraries/prntbios.asm


Ignore:
Timestamp:
Jan 5, 2011, 7:36:41 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to old configurator:

  • Optimizations by Krille
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Configurator/Src/Libraries/prntbios.asm

    r2 r78  
    9898    cmp     al, STOP                ; End of string?
    9999    je      .Return                 ;  If so, return
    100     mov     ah, FN_BIOS_WR_CHAR_TEL ; Some BIOSes corrupt AH when returning
     100    mov     ah, FN_BIOS_WR_CHAR_TEL ; Some BIOSes corrupts AX when returning
    101101    int     10h
    102102    inc     dx                      ; Increment chars printed
Note: See TracChangeset for help on using the changeset viewer.