describe the assume - assembler directives assume


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.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: describe the assume - assembler directives assume
Reference No:- TGS0331816

Expected delivery within 24 Hours