Assembler Directives of 8086
Assembler Directives of 8086
ASSEMBLER DIRECTIVES
THEORY
Assembler Directives:
DATA:
CODE:
ASSUME:
MACRO:
DB:
DW:
DD:
LABEL:
DUP:
It is used to store the duplicate of values given by DB, DD, DW, DQ.
This value can be duplicated to the value given by DUP.
Generally used to allocate space for table/array.