Changeset 218 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/Device.asm
- Timestamp:
- Jan 23, 2012, 9:10:05 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/Device.asm
r181 r218 54 54 ; BH: Drive Select byte for Drive and Head Select Register 55 55 ; DS: Segment to RAMVARS 56 ; ES:SI: Ptr to buffer to receive 512-byte IDE Information56 ; ES:SI: Ptr to normalized buffer to receive 512-byte IDE Information 57 57 ; CS:BP: Ptr to IDEVARS 58 58 ; Returns: … … 80 80 ; BH: Default system timer ticks for timeout (can be ignored) 81 81 ; BL: IDE Status Register bit to poll after command 82 ; ES:SI: Ptr to buffer (for data transfer commands)82 ; ES:SI: Ptr to normalized buffer (for data transfer commands) 83 83 ; DS:DI: Ptr to DPT (in RAMVARS segment) 84 84 ; SS:BP: Ptr to IDEPACK
Note:
See TracChangeset
for help on using the changeset viewer.