Skip to content

Assembly program capable of performing various algebraic and boolean operations on hexadecimal integers

Notifications You must be signed in to change notification settings

eisaa-rice/boolean-algebraic-calculator

Repository files navigation

Boolean and Algebraic Calculator

This boolean and algebraic calculator contains multiple operational features such as AND, OR, NOT, XOR, addition, and subtraction. Upon a prompt, a user will enter a number to declare their operation of choice and then two more will be taken as input for mathematical or logical use.

Developed in Visual Studio, you can run this program yourself after a simple clone. To make sure it runs properly:

▪ Right click main.asm and select Properties. The Item Type should be listed as a Microsoft Macro Assembler.

▪ Right click on the project title Boolean and Algebraic Calculator (under the solution) and select Build Dependencies and then Build Customizations.... You should find that masm(-targets. -props) is selected.

Happy operating!

About

Assembly program capable of performing various algebraic and boolean operations on hexadecimal integers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published