en:docs:bios:api:int16:02

Note: This IBM PC BIOS API call is for DOS/Win16 personality only. Use Family API for portability.

Note: osFree Macro Library provides macros for most of functions

2022/03/13 05:41 · prokushev · 0 Comments

Int 16H, AH=02H

Version

IBM 5150 and higher

Brief

Get shift status

Family API

Input

  • AH = 02h

Return

  • AL = shift flags (see #00582)
  • AH destroyed by many BIOSes

Macro

INCLUDE BIOS.INC
 
@KbdStatus

Notes

Note