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.
-
Notifications
You must be signed in to change notification settings - Fork 0
xqzlgy2/MCS51-Calculator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Simple calculators based on MCS51 and state machine, supporting float number and brackets.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published