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

you have an unlimited supply of $3 and $7 poker chips. What is the largest integer value that you cannot make by combining different numbers of chips?

2 Answers  


Data structure used to impliment a menu:

0 Answers   Verifone,


how MATLSB software suitable for electrical branch? which tools are useful??

1 Answers  


in IBM PC -AT.WAT AT REFERS TO?

0 Answers   IBM,


what is c sharp dotnet

0 Answers   NIC,






i am exeprienced person what is selection process

0 Answers   BitWise,


what is dot net framework

0 Answers   NIC,


One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)

0 Answers   Persistent,


what is the last ant version you worked?how to get it

0 Answers  


How can we alter the data after creating a view

1 Answers  


can we allocate memory for interface? if no then why?

0 Answers  


what is the exact full form of OOPS,O -> object O -> oriented P -> programing S-> ? ....

16 Answers  


Categories