Skip to content

Takes in two integers as inputs and an operation for basic math arithmetic in SASM IDE

Notifications You must be signed in to change notification settings

poncema4/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Calculator

Language: 86x Assembly

This is a simple version of a functioning calculator that is able to take in 2 input values and perform an operation on them. Only addition, subtraction, multiplication, and division. It also avoids the player from trying to divide by 0, or giving an invalid arithmetic operation and will return an error.


Instructions for user:

First input -> Number 1

Second input -> Number 2

Third input -> Operation (+,-,*,/)



About

Takes in two integers as inputs and an operation for basic math arithmetic in SASM IDE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published