Assembler : Assembly code is passed to an assembler for further processing that is, if the source language is assembly language language & the target language is machine language, Then the translator is called assembler.
If You want to learn about the technology, computer science & engineering, web programming, freelancing, earning please click here :CSE SOLVE
Wednesday, March 23, 2016
Home »
» What is Assembler?
What is Assembler?
10:28 PM
No comments
Related Posts:
Write the major issues in the design of a code generator? The major issues in the design of a code generator There are some major issues in the design of a code generator. They are - Memory Management Instruction selection Register allocation Evaluation order If You want … Read More
Describe the main problem in code generation The main problem in code generation: There are three main problems occur in code generation. They are- Deciding what machine instructions to generate. Deciding in what order the computatio… Read More
What do you understand by dead elimination? Dead elimination: A variable is live at a point in a program if its value can be used subsequently. Otherwise it is dead at that point. Let us a variable x is dead. That is, never subsequently used, at the point … Read More
Describe primary structure-preserving transformations on basic blocks Describe primary structure-preserving transformations on basic blocks Primary structure-preserving transformations on basic blocks- Common sub-expression elimination Dead-code elimination Renaming of temporary va… Read More
What is a DAG for basic blocks? Construct the DAG for the following basic blocks What is a DAG for basic blocks? Construct the DAG for the following basic blocks DAG(Directed acyclic graph): A Directed acyclic graph is a graph with no cycles which gives a picture of how the value computed… Read More
0 comments:
Post a Comment