Bob's Calculator
Version
2.0
Updated: 2005.02.01
Home
Main screen
Forms
Programming
Customization
Overview
Run
View
Add/Edit
Commands
Samples
Families
Conditional
Display
Financial
Integer
Mem
Misc
Ops
Program flow
Stack
Stats
Trig
Value
Stack
These commands allow you to programmatically interact with the stack registers
Stack x<>y
Swap the X and Y registers
Stack x<>i
Swap the X register with the "i" register
Stack x<>(i)
Swap the X register with the memory register indexed by "i"
R<dn>
Roll the stack
R<up>
Roll the stack
Cl-x
Clear the X register
Lst-x
Recall the previously entered X value.
Enter
Push the current value onto the stack.
=
Perform the algebraic "=" operation.
(
Open bracket.
)
Close bracket.
(c) 2005 RarM_Software