Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 627 Bytes

File metadata and controls

12 lines (8 loc) · 627 Bytes

Assembler Arithmetic Calculator

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.

Files

  • 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.