1. Consider the following code in our example assembly language:

; an example bit of assembly code
ROOT: W FATHER
FATHER: W SON1
W SON2
SON1: W NIL
W NIL
; ----------------------
SON2: W GRANDSON
W NIL
GRANDSON: W NIL
W NIL
NIL = 0

Assemble this code carefully following the two pass model,
and show the symbol table at the point marked by the dashed
line during each pass.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Programming Languages AllOther Interview Questions

How to convert numeric value into words in c#????plz suggest me the coding of this question???

1 Answers   NIIT,


3. What is the difference between testing and Quality Assurance?

0 Answers  


merge sort time complexity

6 Answers   BFL, CDAC, IBM, Jawaharlal Nehru Technological University JNTU,


How same session variable can be used in both Asp and Asp.net?

1 Answers   Wipro,


What is the difference b/w Object base and object oriented programming?

1 Answers  






in a company 30% are supervisors and 40% employees are male if 60% of supervisors are male. what is the probability that a randomly choosen employee is a male or female?need steps to solve this?

1 Answers   TCS,


What is the GAC? What problem does it solve?

2 Answers  


In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?

0 Answers  


shall we execute our java programmes in jre

0 Answers  


sample code for data transfer between two r/2 systems and r/3 systems?

0 Answers  


how we define two jobs have same name??is it exist??

0 Answers   CTS,


In staad pro, how can we design ROOF SLAB?

0 Answers   L&T,


Categories