Int 1F/AH=F5h/BL=FEh

Prev Next Ralf Interrups Categories Contents

------

C&T SuperState BIOS - SET PASSWORD

AH = F5h
BL = FEh
CX:SI -> input string
BH = length of input string (if BH = 00h, clear password)

Return:
CF set on error

Note: The input string must be encrypted by INT 1Fh/AH=F5h/BL=FDh

See Also: AH=F5h/BL=FDh - AH=F5h/BL=FFh

Category: Vendor-specific BIOS Extensions - Int 1Fh - C

------

Prev Next Ralf Interrups Categories Contents