A calculator with input/outputs and string->decimal number converting programmed with NASM Assembly
Clone the repository using git.
git clone https://github.com/xaprier/nasm-calculator.git
Enter the directory of the source files and makefile
cd nasm-calculator/
We have a easy makefile for compile the program, we will run it.
make
Then our program is ready with the name "calculator". You can run the program with this command
./calculator
- NASM(Netwide Assembler)
- Make(build system)
- Git(Just for cloning repository, you can download as zip also)