|
|
Copyright 1991 David Jurgens |
INT 21,9 - Print String
AH = 09
DS:DX = pointer to string ending in "$"
returns nothing
- outputs character string to STDOUT up to "$"
- backspace is treated as non-destructive
- if Ctrl-Break is detected, INT 23 is executed
|
|
Esc or Alt-X to exit |
int 21,9 |
Home/PgUp/PgDn/End ←↑↓→ |