The "Ass-Backward Calculator" for the Apple //GS - an RPN calculator NDA
Go to file
2013-07-24 21:28:20 -05:00
abCalc.c Add a bunch more operation 2013-07-24 18:59:18 -05:00
abCalc.h Create an overall abCalc module and hook up the init routines 2013-07-24 11:06:36 -05:00
abCalcError.c Add a bunch more operation 2013-07-24 18:59:18 -05:00
abCalcError.h Add a bunch more operation 2013-07-24 18:59:18 -05:00
abCalcExpr.c Begin implementation of expressions and stack 2013-07-24 09:30:44 -05:00
abCalcExpr.h More integer operations 2013-07-24 20:02:07 -05:00
abCalcExpReal.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcExpReal.h Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcExprInt.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcExprInt.h Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcMain.c Finish implementation on add 2013-07-24 18:01:04 -05:00
abCalcMode.c Add .h file guards and a basic integer implementation 2013-07-24 10:56:02 -05:00
abCalcMode.h Add .h file guards and a basic integer implementation 2013-07-24 10:56:02 -05:00
abCalcOp.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOp.h Finish implementation on add 2013-07-24 18:01:04 -05:00
abCalcOpAdd.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpAdd.h Add error handling support 2013-07-24 16:15:11 -05:00
abCalcOpAnd.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpAnd.h Add a bunch more operation 2013-07-24 18:59:18 -05:00
abCalcOpAsr.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpAsr.h Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpBin.c More integer operations 2013-07-24 20:02:07 -05:00
abCalcOpBin.h More integer operations 2013-07-24 20:02:07 -05:00
abCalcOpDec.c More integer operations 2013-07-24 20:02:07 -05:00
abCalcOpDec.h More integer operations 2013-07-24 20:02:07 -05:00
abCalcOpDiv.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpDiv.h Add a bunch more operation 2013-07-24 18:59:18 -05:00
abCalcOpHex.c More integer operations 2013-07-24 20:02:07 -05:00
abCalcOpHex.h More integer operations 2013-07-24 20:02:07 -05:00
abCalcOpMult.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpMult.h Add a bunch more operation 2013-07-24 18:59:18 -05:00
abCalcOpNot.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpNot.h Add a bunch more operation 2013-07-24 18:59:18 -05:00
abCalcOpOct.c More integer operations 2013-07-24 20:02:07 -05:00
abCalcOpOct.h More integer operations 2013-07-24 20:02:07 -05:00
abCalcOpOr.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpOr.h Add a bunch more operation 2013-07-24 18:59:18 -05:00
abCalcOpPower.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpPower.h Add a bunch more operation 2013-07-24 18:59:18 -05:00
abCalcOpRcws.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpRcws.h More integer operations 2013-07-24 20:20:54 -05:00
abCalcOpRl.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpRl.h Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpRr.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpRr.h Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpSl.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpSl.h Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpSr.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpSr.h Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpStws.c More integer operations 2013-07-24 20:20:54 -05:00
abCalcOpStws.h More integer operations 2013-07-24 20:20:54 -05:00
abCalcOpSubtr.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpSubtr.h Add a bunch more operation 2013-07-24 18:59:18 -05:00
abCalcOpXor.c Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00
abCalcOpXor.h Add a bunch more operation 2013-07-24 18:59:18 -05:00
abCalcStack.c Finish implementation on add 2013-07-24 18:01:04 -05:00
abCalcStack.h Format reals better 2013-07-24 12:01:38 -05:00
Makefile Rework setting expressions and add shift operations 2013-07-24 21:28:20 -05:00