Google News
logo
Electronics and Communication Engineering (ECE) : Microprocessors - Quiz(MCQ)
The ________ directive instructs the assembler to begin memory allocation for a segment/block/code from the stated address.
A)
ORG
B)
LABEL
C)
GROUP
D)
OFFSET

Correct Answer : Option (A) :   ORG


Explanation : When an ORG is written, the assembler starts the location counter to keep track of the module’s allotted address as specified in the directive.
The location counter is initialized to 0000H if the directive is not present.

Advertisement