Define EXTRN directive in in 8086 assembly language?
Posted in Microprocessors Interview Questions
The EXTRN directive is used to inform the assembler that the names or labels following the directive are in some other assembly module.
Post Your Answer!
Send This to a Friend
← Write the use of Assume directive in 8086 assembly language using one example?
What is Emulator? →
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...
How do you define a constant? 17.01.09
Via define() directive, like define ("MYCONSTANT", 100);...
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....
Write the use of Assume directive in 8086 assembly language using one example? 14.11.08
Assume CS: code_here, DS:data_here It tells the assembler that the logical segment code_here contains the instruction statements for the program and should be...
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....
How do you define a constant? 06.11.08
Via define() directive, like define ("MYCONSTANT", 100);...
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