Skip to content

LHenrique42/calculator-nasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Calculator ASM

Calculator made in ASM (Portuguese)

Install NASM if you don't have (Linux):

sudo apt install as31 nasm 

Execute:

nasm -f elf64 calculator.asm # assemble the program  
ld -s -o calculator calculator.o # link the object file nasm produced into an executable file    
./calculator # calculator is an executable file 

About

Calculator made in ASM.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published