What is a two-pass assembler?



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

Post New Answer

More Core Java Interview Questions

Tell me the latest versions in java related areas?

1 Answers  


What does escaping a character mean?

1 Answers  


Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?

1 Answers  


What are the main concepts of oops in java?

5 Answers  


What is an object class?

1 Answers  


What are concepts of OOPS and how are they implemented in Java?

2 Answers   KPIT,


What is the difference between choice and list?

1 Answers  


What is java util collection?

1 Answers  


How do you declare an array in java?

1 Answers  


What is data member in java?

1 Answers  


Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?

1 Answers   Cisco,


What is a function easy definition?

1 Answers  


Categories