Changeset 323 in xtideuniversalbios for trunk/Assembly_Library/Src/Util
- Timestamp:
- Mar 11, 2012, 6:41:35 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Util/Reboot.asm
r251 r323 29 29 out 64h, al ; Reset computer (AT+) 30 30 %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 33 37 %else 34 38 JMP_DELAY
Note:
See TracChangeset
for help on using the changeset viewer.