8
answers
1
watching
234
views

sumThree- you should use standard calling conventions to pass three DWORD values on the stack and return the sum of the three values in the eax.  register. Make sure the stack is cleaned up properly. 

In main create some code to test your functionality. You should enter a three DWORD values, pass them to the sumThree procedure through the stack and output the sum which should be in the eax to the screen when the procedure returns. 

Sample Run

Enter 3 numbers
1
2
3
The sum of your numbers is 6

For unlimited access to Homework Help, a Homework+ subscription is required.

Unlock all answers

Get 1 free homework help answer.
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Avatar image
Read by 3 people
Already have an account? Log in

Related questions

Related Documents

Weekly leaderboard

Start filling in the gaps now
Log in