0
22kviews
For following code what will be output generated by Pass-I and Pass-II for two pass assembler.

For following code what will be output generated by Pass-I and Pass-II for two pass assembler. Explain with database.

ABC     Start   O.
USING *, 15 
L   1, FIVE
A   1, FOUR 
ST  1, TEMP 
FOUR    DC  F'4' 

FIVE     Dc     F’5’
TEMP    DS  1F
END
1 Answer
1
866views

Assembler

  • Assembler is the language translator that accepts inputs as assembly language (ALP) and obtains its machine equivalent code (Object code) along with the information required by the loader.
  • ALP is low-level language .The execution of statements can be done line by line.
  • Diagram

enter image description here

  • Multipass assembler means more than one …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.