Int 6F/AH=0Ah/BP=0012h

Prev Next Ralf Interrups Categories Contents

------

HP Vectra EX-BIOS - F_INS_XCHGFREE - EXCH VALUES WITH FREE VECTOR

AH = 0Ah
BP = 0012h (driver ID for V_SYSTEM)
DX = new value for DS
ES:DI -> new CS:IP entry point

Return:
AH = status (00h,F6h) (see also #03744) 00h successful BX = vector address used DX = old value for DS ES:DI -> old CS:IP entry point BP,DS destroyed

Desc: Exchange the supplied entry point and DS with the values in the next free entry in the HP_VECTOR_TABLE

Note: Returns AH=F6h if no more reserved vectors are available

See Also: AH=00h"HP Vectra" - AH=04h/BP=0012h - AH=06h/BP=0012h - See Also: AH=0Ch/BP=0012h

Category: Vendor-specific BIOS Extensions - Int 6Fh - H

------

Prev Next Ralf Interrups Categories Contents