en:docs:dos:api:int21:06

This is an old revision of the document!


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=06H

Version

1 and higher

Brief

DIRECT CONSOLE OUTPUT

Family API

Input

AH = 06h
DL = character (except FFh)

Return

AL = character output (despite official docs which state nothing is returned) (at least DOS 2.1-7.0)

Notes

does not check ^C/^Break

writes to standard output, which is always the screen under DOS 1.x, but may be redirected under DOS 2+

See also

AH=02h,AH=09h

Note

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