Table of Contents
The program reads the two numbers entered by the user, via the keypad, as well as the desired operation (addition, subtraction, division or multiplication). Displaying the results on the LCD. Allowed operations are: Addition, Subtraction, Division and Multiplication
# Clone the repository
$ git clone https://github.com/antuniooh/assembly-calculator.git
# Access the project folder in your terminal / cmd
$ cd assembly-calculator
On both Windows and Linux, the execution is done from the edsim51 simulator (https://www.edsim51.com/), just read the file "main.asm" and run the code with the "run" button.