en:docs:bios:api:int11

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 11H

Version

IBM 5150 and later

Brief

Get equipment list

Family API

Input

none

Return

  • (E)AX = BIOS equipment list word (see equipment,#03215 at INT 4B“Tandy”)

Macro

INCLUDE BIOS.INC
 
@Equipment

Notes

  • since older BIOSes do not know of the existence of EAX, the high word of EAX should be cleared before this call if any of the high bits will be tested

Note