Interrups | Categories | Contents |
AX = 7F04h BL = 03h
Return:
AL <> 7Fh if not supported AL = 7Fh if supported AH = status 00h successful BX = time increment CX = current timeout reset DX = maximum timeout reset ES:DI -> timeout reset table (array of bytes) 01h failed
Note: The timeout period is computed as (BYTE ES:[DI+CX]) * BX timer ticks
See Also: AX=7F00h"SOLLEX" - AX=7F04h/BL=02h
Interrups | Categories | Contents |