Skip to content

sergev/ti-2500-datamath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A goal of this project is to simulate and study the firmware of calculators TI-2500 Datamath and Sinclair Scientific.

Based on sources from projects:

Build:

make

Run tests:

make test

Invoke calculator in REPL mode:

$ build/src/ti2500
Try calculations on TI-2500.
Don't forget '=' at the end!
Use q to quit.

        0.
> 3+5=
        8.
> c
        0.
> -7/2=
        -3.5
> q

About

Simulator of TI-2500 calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published