Write the use of Assume directive in 8086 assembly language using one example?
Posted in Microprocessors Interview Questions
Assume CS: code_here, DS:data_hereIt tells the assembler that the logical segment code_here contains the instruction statements for the program and should be treated as a code segment. It also tells the assembler that it should treat the logical segment data_here as the data segment for this program.
Post Your Answer!
Send This to a Friend
← Define EQU directive in 8086 assembly language?
Define EXTRN directive in in 8086 assembly language? →
Related Interview Questions
What are Satellite Assemblies? 13.02.09
Satellite assemblies are user for localizing the applications resources.A satellite assembly is a DLL that contains only resource strings .we typically have one...
Write about EVEN directive in 8086 ALP. 14.11.08
It forces the address of the next byte to be even. 8086 words can be accessed in less time if they begin at even address....
Define EXTRN directive in in 8086 assembly language? 14.11.08
The EXTRN directive is used to inform the assembler that the names or labels following the directive are in some other assembly module....
Define EQU directive in 8086 assembly language? 14.11.08
It is used to assign a name to constants used in the programs. Consider the statement ‘corr EQU 07H’ , this would tell the assembler to insert the value 07...
What is the use of Directives in 8086 ? 14.11.08
Directives in 8086 give directions to the assembler during the assembly process but are not translated into machine instruction....
What is manifest ? 11.11.08
A manifest contains assembly information (metadata of assembly) which includes assembly name(name,version,culture and public,private key),security info.,the fi...
Whats an assembly? 14.03.06
Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and...
What is global assembly cache? 14.03.06
Each computer where the common language runtime is installed has a machine-wide code cache called the global assembly cache. The global assembly cache stores as...
What is Partial Assembly References? 14.03.06
Full Assembly reference: A full assembly reference includes the assembly's text name, version, culture, and public key token (if the assembly has a strong name)...
What are different types of directives in .NET? 14.03.06
@Page: Defines page-specific attributes used by the ASP.NET page parser and compiler. Can be included only in .aspx files @Control:Defines control-specific...
Monday, February 23, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment