Skip to content

B1rby/Baby-Calculator-Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baby-Calculator-Assembly-

image

Here is a little assembly calculator. It can only add, multiply, divide and subtract numbers below 9. And the result must be below 9 😀😅

For compile the program you have to do

nasm -f elf64 babycalculator.asm -o babycalculator.o && ld babycalculator.o -o babycalculator

And for run it

./babycalculator