en:docs:dos:api:int21:35

Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

2018/09/07 05:04 · prokushev · 0 Comments

Int 21H, AH=34H

Version

2 and higher

Brief

GET INTERRUPT VECTOR

Family API

Input

      AH = 35h
      AL = interrupt number

Return

ES:BX → current interrupt handler

Notes

under DR DOS 5.0+, this function does not use any of the DOS-internal

        stacks and may thus be called at any time
        

See also

AH=25h,AX=2503h

Note

2018/09/04 17:23 · prokushev · 0 Comments