Question: assembly language Write a procedure prototype called AddTwo that accept two values of type DWORD and return the sum in the third parameter. O a.
Write a procedure prototype called AddTwo that accept two values of type DWORD and return the sum in the third parameter. O a. readTwo PROTO, n1: PTR DWORD, n2: PTR DWORD, sum: DWORD O b. readTwo PROTO, n1: PTR DWORD, n2: PTR DWORD, sum: PTR DWORD OcreadTwo PROTO, nt: DWORD, n2: DWORD, sum: PTR DWORD O d. None of them
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
