Changeset 247 in xtideuniversalbios for trunk/Assembly_Library/Src/Util
- Timestamp:
- Feb 13, 2012, 1:17:27 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Util/Reboot.asm
r245 r247 28 28 mov al, 0FEh ; System reset (AT+ keyboard controller) 29 29 out 64h, al ; Reset computer (AT+) 30 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 30 31 mov al, 10 31 32 call Delay_MicrosecondsFromAX 33 %else 34 JMP_DELAY 35 %endif 32 36 ; Fall to Reboot_XT 33 37
Note:
See TracChangeset
for help on using the changeset viewer.