Assembler Directives
SEGMENT, ENDS, ASSUME, DB, DW, EQU.
Assembly Language Directives
Identify non-executable instructions for the assembler.
Question 1 of 3
Q1.What is the function of the ASSUME directive in an 8086 assembly language program?
Related Articles
8086 Instruction Set
MOV, PUSH, POP, IN, OUT, arithmetic.
4 min read
Interrupts
Hardware vs Software, IVT structure, INT n instruction.
6 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
DOS Function Calls
INT 21h, character input/output, string display.
9 min read