what do you understand by assume assembler


What do you understand by ASSUME assembler directive?

ASSUME: This directive will be utilized to map the segment register names along with memory addresses. 

The Syntax is as given here:

ASSUME SS: Stackseg, DS : Dataseg, CS:Codeseg

The ASSUME will shows the assembler to utilize the SS register with the address of the stack segment that name is stackseg.

Request for Solution File

Ask an Expert for Answer!!
Electrical Engineering: what do you understand by assume assembler
Reference No:- TGS0288499

Expected delivery within 24 Hours