File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1414 - 118 bytes at SSIZ=4
1515 - 194 bytes at SSIZ=8
1616 - TODO: Update USER_GUIDE.md
17+ - Add additional stack operators
18+ - soft menu ` DROP `
19+ - drops the stack by one, duplicating the top register
20+ - already implemented in the code, just exposing the functionality
21+ to the user
22+ - soft menu ` DUP `
23+ - lifts the stack by one, duplicating X (similar to ` ENTER ` without
24+ disabling the stack-lift)
25+ - already implemented in the code, just exposing the functionality
26+ to the user
27+ - button ` 2ND u `
28+ - bound to the ` RollUp ` functionality, same as the existing ` RollUp `
29+ soft menu item
30+ - becomes useful when the stack size ` SSIZ ` is greater than 4
1731 - Support arithmetic operations on Offset
1832 - {Offset} + {hours}, {hours} + {Offset}
1933 - {Offset} - {hours}
You can’t perform that action at this time.
0 commit comments