DOS Function Calls
INT 21h, character input/output, string display.
DOS Function Calls
Utilize INT 21h for system operations.
Question 1 of 3
Q1.Which AH register value is required for the INT 21h function to display a string?
Related Articles
8086 Instruction Set
MOV, PUSH, POP, IN, OUT, arithmetic.
4 min read
8086 Addressing Modes
Based, Indexed, Based-Indexed, Relative.
9 min read
String Instructions
MOVS, CMPS, SCAS, LODS, STOS with REP.
7 min read
Macros vs Procedures
Expansion vs Call/Ret.
8 min read
Assembler Directives
SEGMENT, ENDS, ASSUME, DB, DW, EQU.
12 min read