Skip to content

A calculator with input/outputs and string->decimal number converting programmed with NASM Assembly

License

Notifications You must be signed in to change notification settings

xaprier/nasm-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 nasm-calculator

license

A calculator with input/outputs and string->decimal number converting programmed with NASM Assembly

🛠️ Build Instructions for Linux/UNIX based OS

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

📚 Dependencies

  • NASM(Netwide Assembler)
  • Make(build system)
  • Git(Just for cloning repository, you can download as zip also)

About

A calculator with input/outputs and string->decimal number converting programmed with NASM Assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published