Question: 1. Which conditional jump instruction executes a branch based on the contents of ECX? (1 point) 2. Write a single instruction (other than NOT) that

1. Which conditional jump instruction executes a branch based on the contents of ECX? (1 point) 2. Write a single instruction (other than NOT) that reverses all the bits in EAX. (1 point) 3. What do the AND, OR, XOR, and TEST instructions do and where do they store results? (2 point) 4. In the following instruction sequence, show the values of the Carry, and Sign flags where indicated: (3 points) mov al,00001111b test al,00000010b ; a. CF=SF= mov al,00000110b cmp al,00000101b; b. CF=SF= mov al,00000101b cmp al,00000111b; c. CF=SF= 5. In the following instruction sequence, show the resulting value of AL where indicated, in hex(4 points): mov al,01101111b and al,00101101b; here mov al,6Dh and al, 4Ah ; here mov al,00001111b or al,61h ; here mov al,94h xor al,37h ; here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
