Skip to content

Commit ffbf514

Browse files
committed
CHANGELOG.md: add additional stack functions through menu keys and physical button
1 parent eedb351 commit ffbf514

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@
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}

0 commit comments

Comments
 (0)