Int 6F Fn 18 - Hp Vectra Ex-bios - "f_ins_find" - Find Driver By Attribu [b]

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 #3415 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,AH=10h/BP=0012h

See Also: AH=12h/BP=0012h,AH=16h/BP=0012h