Recent questions tagged assembler

357
views
0 answers
0 votes
Assembler,Linker,Macros are there in compiler design?
2.5k
views
1 answers
3 votes
State whether the following statements are True or False with reasons for your answer:A two pass assembler uses its machine opcode table in the first pass of assembly.
1.4k
views
1 answers
5 votes
State whether the following statements are True or False with reasons for your answerA symbol declared as ‘external’ in an assembly language program is assigned an ad...
1.5k
views
2 answers
1 votes
In a single pass assembler, most of the forward references can be avoided by putting the restrictionon the number of strings/lifereacts.that the data segment must be defi...
539
views
1 answers
0 votes
Which activities is not included in the first pass of two pass assembler?build the symbol tableconstruct the Intermediate codeseparate memonic opcode and operand field.no...
241
views
1 answers
0 votes
Which activity is not included in the first pass of two pass assemblers?Build the symbol tableConstruct the machine codeSeparate mnemonic opcode and operand fields.None o...
4.0k
views
4 answers
5 votes
In a two-pass assembler, resolution of subroutine calls and inclusion of labels in the symbol table is done duringsecond passfirst pass and second pass respectivelysecond...
204
views
1 answers
0 votes
Can any one tell me how to implement a c compiler in c++ language. .??
2.3k
views
1 answers
0 votes
Which of the following is not a function of pass1 of an assembler?1) Generate data 2) Keep track of LC 3) Remember literals 4) Remember values of symbols until pass 2
522
views
1 answers
1 votes
What is the difference between Compiler , Assembler and Interpreter in simple words ?( what i understand is that Compiler is like a translator which converts HLL (which i...
3.9k
views
2 answers
8 votes
A simple two-pass assembler does which of the following in the first pass:Checks to see if the instructions are legal in the current assembly modeIt allocates space for t...
13.0k
views
2 answers
39 votes
The pass numbers for each of the following activitiesobject code generationliterals added to literal tablelisting printedaddress resolution of local symbols that occur in...
3.0k
views
2 answers
19 votes
State whether the following statements are True or False with reasons for your answerA subroutine cannot always be used to replace a macro in an assembly language program...
2.7k
views
2 answers
12 votes
State whether the following statements are True or False with reasons for your answer:Coroutine is just another name for a subroutine.
20.0k
views
2 answers
27 votes
A simple two-pass assembler does the following in the first pass:It allocates space for the literals.It computes the total length of the program.It builds the symbol tabl...
4.7k
views
2 answers
17 votes
Mention the pass number for each of the following activities that occur in a two pass assembler:object code generationliterals added to literal tablelisting printedaddres...
2.0k
views
1 answers
7 votes
Write short answers to the following:Which of the following macros can put a macro assembler into an infinite loop?.MACRO M1,X .IF EQ,X M1 X+1 .ENDC .IF NE,X .WORD X .END...
3.6k
views
4 answers
16 votes
The purpose of instruction location counter in an assembler is _______
To see more, click for the full list of questions or popular tags.