Question: 2. Write an instruction that subtracts val3 from EAX. Use the following data .data val1 BYTE 10h val2 WORD 8000h val3 DWORD 0FFFFh val4 WORD
2. Write an instruction that subtracts val3 from EAX.
Use the following data
.data val1 BYTE 10h val2 WORD 8000h val3 DWORD 0FFFFh val4 WORD 7FFFh
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
