Changeset 160 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeError.asm
- Timestamp:
- May 4, 2011, 5:49:22 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeError.asm
r150 r160 21 21 mov ah, al ; IDE Status Register to AH 22 22 mov dl, ERROR_REGISTER_in 23 call Device_InputToALfromIdeRegisterInDL23 call IdeIO_InputToALfromIdeRegisterInDL 24 24 xchg al, ah ; Status Register now in AL, Error Register now in AH 25 25
Note:
See TracChangeset
for help on using the changeset viewer.