Skip to content

Simple calculators based on MCS51 and state machine, supporting float number and brackets.

Notifications You must be signed in to change notification settings

xqzlgy2/MCS51-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCS51-Calculator

Three kinds of simple calculators based on MCS51.
cal.c: Support float number, don't support brackets.
cal2.c: Support brackets, but don't support float number.
cal3.c: Support both brackets and float number. (implemented by a stack plus state machine)

The implementation is based on state machine as following.

About

Simple calculators based on MCS51 and state machine, supporting float number and brackets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages