PLease give me this question Answer.
- Write working assembly code that successfully executes thefollowing stack reverse Polish (postfix) based code.
- Your code must include the use of sub-routines Push, Pop,Subtract, Add
Push A
Push B
Push C
Add
Push D
Push F
Subtract
Subtract
Push E
Add
Add
Pop X
A, 3
B, 5
C, 7
D, 2
E, 4
F, 1
- What is the final value for X?
Expert Answer
An answer will be send to you shortly. . . . .