Kindly solve this i need this soon a Write an assembly langu
Kindly solve this i need this soon
a) Write an assembly language program that uses only PUSH and POP instructions to exchange the values in the EAX and EBX registers.
b) Test your program thoroughly using various values, screen shots and a summary table to validate your code.
Solution
Answer
Below is an example of assembly language program that uses only PUSH and POP instruction to exachange the values in the EAX and EBX registers
