Question

The instruction {mov AL, 57} is and example of using immediate addressing mode T/F? If AL = 35 h then after {not al, 1} it be

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1)The instruction {mov AL,57} is the example of using immediate addressing mode= True

In Immediate Addressing mode, the operand, which follows the Opcode, is a constant data of either 8 or 16 bits. The name Immediate Addressing came from the fact that the constant data to be stored in the memory immediately follows the Opcode.

This instruction means save an immediate 57 value in AL register,so it is immediate addressing mode.

2)The immediate addressing mode is not allowed in the dec instruction=False

The constant value to be stored is specified in the instruction itself rather than taking from a register. The destination register to which the constant data must be copied should be the same size as the operand mentioned in the instruction.

dec=dec-1 so it is immediate addressing mode.

3)Are these two assembly instructions{rol ax,3} and {rel ax,3} exactly the same=yes

4)write a list of four to six microprocessors(INTEL) with correct release time.

4-bit 4004-1971

8-bit 8080-1974

64-bit i-APX-1984

64-bit Itanium 2-2002

Add a comment
Know the answer?
Add Answer to:
The instruction {mov AL, 57} is and example of using immediate addressing mode T/F? If AL = 35 h ...
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