...this calculator receive an infix mathematical expression ( like 2+4*3-10 / 2 ) and calculate its output.
I used an Infix-to-Postfix algorithm for calculating the expression.
*use MASM as Assembler and also use a 16-bit linker for linking the OBJ file.