Skip to content

Text Calculator with Assembly on Freescale CodeWarrior IDE.

Notifications You must be signed in to change notification settings

CelalTEMIZ/Text-Calculator

Repository files navigation

Text-Calculator in Assembly

  • A program that reads the string starting from $1200 and computes the results accordingly.

  • For instance if starting from $1200 the memory has the string “28.33 + 17.28=” then the program will compute the result and write it to address $1500.

  • Strings always end with ‘=’. Put the string at $1200 using ORG and FCC directives.

  • Store the integer and decimal parts in different memory locations and perform arithmetic operation accordingly.

  • The arithmetic operation can be either ‘+’ or ‘-‘.

Reference Manuel

Development Tool

  • Freescale CodeWarrior IDE version 5.9.0

Demo

About

Text Calculator with Assembly on Freescale CodeWarrior IDE.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages