Question

What are assembler directives? Explain what the following assembler directives achieve: (a) ORG, (b) EQU, (c)...

  1. What are assembler directives? Explain what the following assembler directives achieve: (a) ORG, (b) EQU, (c) RMB, (d) BSZ, (e) FCB, (f) FCC, (g) FILL
0 0
Add a comment Improve this question Transcribed image text
Answer #1

What are assembler directives? Explain what the following assembler directives achieve: (a) ORG, (b) EQU, (c) RMB, (d) BSZ, (e) FCB, (f) FCC, (g) FILL

Ans: Assembler directives are instruction that directs the assembler to do something. It directs the assembler to perform a task with some commands available. storage reservations can also get accomplished by assembler directives. Assembler directives are a command which is part of assembler syntax but not an instruction set.

(a) ORG : The origin directives set the location counter to a specified location.

(b) EQU : This assembler directive gives a symbolic name to a numeric value.

(c) RMB: This directive is used to reserve areas of memory

(d) BSZ: This directive causes the assembler to allocates block of bytes

(e) FCB: It set associates memory bytes to some value given by the operand

(f) FCC: It used to store ASCII string into consecutive bytes of memory

(g) FILL: It used to reserve a block of memory to fill with a given value

Add a comment
Know the answer?
Add Answer to:
What are assembler directives? Explain what the following assembler directives achieve: (a) ORG, (b) EQU, (c)...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT