This repository contains an arithmetic calculator program written in 8086 assembly language. The program is designed to run in DOSBox and can evaluate the expression 4 * A - 2 * (B + C) based on user inputs.
op.asm: Main assembly program with arithmetic operations.op.exe: Compiled executable.compilation.bat: Batch script to compile the assembly code.DOSBox.txt: Instructions for running the program using DOSBox.
The program is pre-compiled and ready to run. Simply follow the instructions in DOSBox.txt to execute the calculator in a DOSBox environment.