Thanks to visit codestin.com
Credit goes to github.com

Skip to content

yoopleme/Calculator-in-ASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator-in-ASM

A console 16bits calculator in ASM with TASM

This program is 16 bits calculator in console programming with TASM that allow you to do addition , subtraction , division for integer without parentheses. In the futur we will make it interprets parentheses.

To do that :

  1. analyse the expression 2 ) Convert the INFIXE string to a postfixe string
  2. we evaluate the Postfixe string

You will show also a procedure that allow you calculate the factorial of a number from 0 to 8.

About

A console 16bits calculator in ASM with TASM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published