The directive that directs the assembler to start the memory allotment for a particular segment/block/code from the declared address is
The directive that directs the assembler to start the memory allotment for a particular segment/block/code from the declared address is Correct Answer ORG
If an ORG is written then the assembler initiates the location counter to keep the track of allotted address for the module as mentioned in the directive. If the directive is not present, then the location counter is initialized to 0000H.