Changeset 323 in xtideuniversalbios for trunk/Assembly_Library/Src/Util/Reboot.asm


Ignore:
Timestamp:
Mar 11, 2012, 6:41:35 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Assembly Library:

  • Added Display Library function for printing QWORDs.
  • Added couple of function numbers to BiosFunctions.inc
File:
1 edited

Legend:

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

    r251 r323  
    2929    out     64h, al                 ; Reset computer (AT+)
    3030%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
    31     mov     ax, 10
    32     call    Delay_MicrosecondsFromAX
     31    %ifdef INCLUDE_TIME_LIBRARY
     32        mov     ax, 10
     33        call    Delay_MicrosecondsFromAX
     34    %else
     35        JMP_DELAY
     36    %endif
    3337%else
    3438    JMP_DELAY
Note: See TracChangeset for help on using the changeset viewer.