In the instruction, ASSUME CS : CODE, DS : DATA, SS : STACK the ASSUME directive directs to the assembler the
In the instruction, ASSUME CS : CODE, DS : DATA, SS : STACK the ASSUME directive directs to the assembler the Correct Answer name of the stack, code and data segments
The directive ASSUME facilitates to name the segments with the desired name that is not a mnemonic or keyword.