jorgeuliana1 / asm-calc

Embbeded Systems' homework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASM-CALC

Meant to be executed on DOSBOX using NASM and Freelink.

How to run

  1. Copy the repository content to the root DOSBOX directory;
  2. Use the calccompile.bat file to assemble and link the code;
  3. Run the generated o.exe file.

How to use

You can click on the buttons to type on the calculator. You can also use the numeric keys (but not the keypad keys) to input data. Use + for plus, x for times, / for div and - for minus operations. To exit the program after the result is given, click on the window one more time. It is recommended to use the on-window = button to show the result.

About

Embbeded Systems' homework

License:MIT License


Languages

Language:Assembly 98.3%Language:Batchfile 1.7%