abCalc/README.md

23 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2013-09-26 20:40:50 +00:00
abCalc
======
2017-09-12 03:07:06 +00:00
The "Ass-Backward Calculator" for the Apple //GS - an RPN calculator NDA
2013-09-26 20:40:50 +00:00
[Download a disk image](https://github.com/jeremysrand/abCalc/releases/download/v1.0.1/abCalc.2mg) or [download a SHK file](https://github.com/jeremysrand/abCalc/releases/download/v1.0.1/abCalc.SHK)
The source code is built using my [Apple //GS Build Pipeline](https://github.com/jeremysrand/Apple2GSBuildPipeline).
If you setup all of the prerequisites on that project, you should be able to build this on a Mac
using Xcode. Failing that, put the source onto a real or emulated GS and build it using ORCA/C.
However, I no longer have a GS compatible Makefile. If you look in the git history, you will see that
in the past, the build could be done using dmake under GNO/ME on a GS.
2013-09-26 20:40:50 +00:00
The abCalc binary is a shell command you can use from GNO/ME:
2013-11-03 15:22:23 +00:00
2017-09-12 03:23:29 +00:00
![abCalc Shell Screenshot](/abCalc/screenshots/abCalc.png "abCalc Shell Screenshot")
2013-11-03 15:22:23 +00:00
And abCalcNDA is a new desk accessory which you can use from within GS/OS applications:
2017-09-12 03:23:29 +00:00
![abCalc NDA Screenshot](/abCalc/screenshots/abCalcNDA.png "abCalc NDA Screenshot")
[abCalc NDA Documentation](/abCalc/abCalcHelp.md)