en:docs:bios:api:int10:05

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 10H, AH=05H

Version

IBM 5150 and higher

Brief

Set Active display page

osFree Macro Library

Family API

Family API supports only one page

Parameters

AH = 05h
AL = new page number (00h to number of pages - 1) (see #00010)

Return

Macro

INCLUDE BIOS.INC
 
@SetPage 0

Notes