Describe the Assume - Assembler directives
ASSUME: This directive would be used to map the segment register names with memory addresses.
Syntax is as below:
ASSUME SS: Stackseg, DS: Dataseg, CS: Codeseg
ASSUME will tell the assembler to use SS register with the address of the stack segment whose name is stackseg.