Question
Need help just the answers
I. In the following instruction sequence, show the changed values of AL where indicated. in binary: mov al, 10010101b and al, 00101011b i a. mov al, 7Ch and al, 9Eh mov al, 01111 100 or al, 75h mov al, 84h xor al, 37h 2. In the following instruction sequence, show the changed values of AL where indicated, in hexadecimal mov al, 0ADh not al mov al, 5Bh. and al, 77h mov al, 97h or al, 74h mov al, 93h xor al OA6h 3. In the following instruction sequence, show the values of the Carry, Zero, and Sign flags where indicated mov al, 01001101b test al, 2 CF ZF SF mov al, 5 cmp al, 65 CF ZF SF mov al, 3 C. CF ZF SF cmp al, 3 4. Code a single instruction that clears bits 3, 5, and 6 in the AL register. 5. Code instructions that jump to the label LI when either bit 3 or 5 is set in the DL register (do not modify DL). 6. Code instructions that jump to the label L2 when the signed integer in BL is greater than 5.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

1)

a) 00000001b

b) 00011100b

c) 01111101b

d) 10110011b

2)

a) AL = 52H

b) 50H

c) F7H

d ) 35H

Add a comment
Know the answer?
Add Answer to:
Need help just the answers In the following instruction sequence, show the changed values of AL...
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