Changeset 74 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2
- Timestamp:
- Dec 19, 2010, 2:41:41 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/FlashMenu.asm
r68 r74 2 2 ; Project name : XTIDE Universal BIOS Configurator v2 3 3 ; Created date : 19.11.2010 4 ; Last update : 5.12.20104 ; Last update : 19.12.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : "Flash EEPROM" menu structs and functions. … … 389 389 ;-------------------------------------------------------------------- 390 390 .RebootComputer: 391 .ResetAT: 391 392 mov al, 0FEh ; System reset (AT+ keyboard controller) 392 393 out 64h, al ; Reset computer (AT+) 393 nop 394 jmp WORD 0F000h:0FFF0h ; XT reset 394 mov ax, 10 395 call Delay_MicrosecondsFromAX 396 .ResetXT: 397 xor ax, ax 398 push ax 399 popf ; Clear FLAGS (disables interrupt) 400 mov ds, ax 401 mov es, ax 402 mov ss, ax 403 jmp WORD 0FFFFh:0h ; XT reset
Note:
See TracChangeset
for help on using the changeset viewer.