The class I'm taking is assembly programming. I am completely stuck. I have wrote the instructions for the program below. Please title branch lable SP .Thank you so much for your help! Any help is greatly appreciated. My compiler is visual studio. Instructions: Implement the following pseudocode in x86 assembly language. Use short-circuit evaluation and assume that num1 and RESULT are 32-bit variables. if ( num1 > ecx ) AND ( ecx > edx ) RESULT = 1 else RESULT = 2; * Title your branch label using the 1st letter of your 1st name and last name. for an example, ann Napa's conditional branch label would be AN: * Step through your program with a debugger to see exactly what is going on as you test your program branching execution.
The class I'm taking is assembly
I am completely stuck. I have wrote the instructions for the program below. Please title branch lable SP .Thank you so much for your help! Any help is greatly appreciated. My compiler is visual studio.
Instructions:
Implement the following pseudocode in x86 assembly language. Use short-circuit evaluation and assume that num1 and RESULT are 32-bit variables.
if ( num1 > ecx ) AND ( ecx > edx )
RESULT = 1
else
RESULT = 2;
* Title your branch label using the 1st letter of your 1st name and last name. for an example, ann Napa's conditional branch label would be AN:
* Step through your program with a debugger to see exactly what is going on as you test your program branching execution.


Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 1 images









