Introduction - If you have any usage issues, please Google them yourself
Through assembly language: to achieve add, subtract, multiply, divide the calculation. The program accepts the 16 decimal. Implementation, need to keep up with the file name after the calculation of the direct expression, as in the command prompt implementation of the results are as follows: c: \ masm> js 3+2 5 c: \ masm> js 6* 7 2A c: \ masm> js 10-4 c c: \ masm> js 12/3 6