Changeset 369 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH23h_HFeatures.asm
- Timestamp:
- Mar 29, 2012, 9:29:28 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH23h_HFeatures.asm
r294 r369 26 26 ; CF: 0 if successful, 1 if error 27 27 ;-------------------------------------------------------------------- 28 ALIGN JUMP_ALIGN29 28 AH23h_HandlerForSetControllerFeatures: 30 29 xchg si, ax ; SI = Feature Number … … 55 54 ; AL, BX, CX, DX 56 55 ;-------------------------------------------------------------------- 57 ;ALIGN JUMP_ALIGN58 56 AH23h_SetControllerFeatures: 59 57 mov al, COMMAND_SET_FEATURES
Note:
See TracChangeset
for help on using the changeset viewer.