Question: Using terminal, construct a sandbox program template and run the following short instruction sequences in your choice of debugger. Single-step and use register display to
Using terminal, construct a sandbox program template and run the following short instruction sequences in your choice of debugger. Single-step and use register display to determine the result. Show the result as a screenshot and provide a brief explanation of the results. Note that these are all byte operations.
1. mov al,01101111b
and al,00101101b
2. mov al,6Dh
and al,4Ah
3. mov al,00001111b
or al,61h
4. mov al,94h
xor al,37h
5. mov al,7Ah
sub al,67h
6. mov al,3Dh
add al,34h
7. mov al,9Bh
not al
8. mov al,37h
neg al
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
