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


Ignore:
Timestamp:
Feb 13, 2012, 1:17:27 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Assembly Library:

  • Delay functions are no longer required by reboot functions when building XTIDE Universal BIOS.
File:
1 edited

Legend:

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

    r245 r247  
    2828    mov     al, 0FEh                ; System reset (AT+ keyboard controller)
    2929    out     64h, al                 ; Reset computer (AT+)
     30%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
    3031    mov     al, 10
    3132    call    Delay_MicrosecondsFromAX
     33%else
     34    JMP_DELAY
     35%endif
    3236    ; Fall to Reboot_XT
    3337
Note: See TracChangeset for help on using the changeset viewer.