Changeset 88 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Common/HCommand.asm
- Timestamp:
- Jan 27, 2011, 8:14:13 AM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Common/HCommand.asm
r3 r88 1 ; File name : HCommand.asm 2 ; Project name : IDE BIOS 3 ; Created date : 28.3.2010 4 ; Last update : 16.4.2010 5 ; Author : Tomi Tilli 1 ; Project name : XTIDE Universal BIOS 6 2 ; Description : Functions for outputting IDE commands and parameters. 7 3 … … 113 109 out dx, al 114 110 mov al, ah ; Restore sector count to AL 115 jmp SoftDelay_BeforePollingStatusRegister111 ret
Note:
See TracChangeset
for help on using the changeset viewer.