Int 6F/AH=18h/BP=0012h

Prev Next Ralf Interrups Categories Contents

------

HP Vectra EX-BIOS - F_INS_FIND - FIND DRIVER BY ATTRIBUTES

AH = 18h
BP = 0012h (driver ID for V_SYSTEM)
AL = sense of test (00h equal, 02h non-equal)
BX = AND mask
DX = pattern
SI = first vector address to search
DI = offset in HP header of field to test

Return:
AH = status (00h,FEh) (see #03744 at INT 6F/AH=00h"HP Vectra") BP,DS destroyed ---if AH=00h--- SI = first matching vector address

Desc: Compare successive drivers' header fields starting at address SI until the header field AND BX is either equal or non-equal to DX

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

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

------

Prev Next Ralf Interrups Categories Contents