What is a two-pass assembler?
Answer / Anil Sanchoriya
A two-pass assembler is an assembler that reads the source code twice. In the first pass, it generates a symbol table and resolves all labels and cross-references in the program. In the second pass, it uses this symbol table to generate machine code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me the latest versions in java related areas?
What does escaping a character mean?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What are the main concepts of oops in java?
What is an object class?
What are concepts of OOPS and how are they implemented in Java?
What is the difference between choice and list?
What is java util collection?
How do you declare an array in java?
What is data member in java?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
What is a function easy definition?