en:docs:dos:api:int21:09

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

Version

1 and higher

Brief

WRITE STRING TO STANDARD OUTPUT

Family API

Input

AH = 09h
DS:DX -> '$'-terminated string

Return

AL = 24h (the '$' terminating the string, despite official docs which state that nothing is returned) (at least DOS 2.1-7.0 and NWDOS)

Notes

^C/^Break are checked, and INT 23 is called if either pressed standard output is always the screen under DOS 1.x, but may be redirected under DOS 2+

under the FlashTek X-32 DOS extender, the pointer is in DS:EDX

See also

AH=02h,AH=06h“OUTPUT”

Note

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