edited by
7,652 views
0 votes
0 votes

Which of the following are Assembler Directives?

(i) EQU  (ii) ORIGIN     (iii) START     (iv) END

  1. (ii), (iii) and (iv)      
  2. (i), (iii) and (iv)   
  3. (iii) and (iv)                         
  4. (i), (ii), (iii) and (iv)
edited by

1 Answer

Best answer
0 votes
0 votes
An assembler directive is a message to the assembler that tells the assembler something it needs to know in order to carry out the assembly process; for example, an assemble directive test the assembler where a program is to be located in memory. We are going to use the following directives in this course:

EQU Equate

ORG Origin

DC Define constant

DS Define storage

END End of assembly language program and "starting address" for execution

Ans: D

Related questions

1 votes
1 votes
2 answers
1
1 votes
1 votes
1 answer
3
0 votes
0 votes
0 answers
4