en:docs:bios:api:int10: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 10H, AH=02H

Version

IBM 5150 and higher

Brief

Set Cursor Position

osFree Macro Library

Family API

Parameters

AH = 02h
BH = page
DH = row (0 is top)
DL = column (0 is left)

Return

None

Macro

INCLUDE BIOS.INC
 
@SetCurPos 7,10

Notes