fix for LASTx/RCL behavior after operation
- previously "2 enter 3 * LASTx" would overwrite X instead of lifting stack
This commit is contained in:
@ -125,7 +125,7 @@ static void latch_on(void)
|
||||
|
||||
__xdata char EntryBuf[MAX_CHARS_PER_LINE + 1];
|
||||
__xdata uint8_t ExpBuf[2];
|
||||
__xdata const char VER_STR[32+1] = "STC RPN Calculator v1.06";
|
||||
__xdata const char VER_STR[32+1] = "STC RPN Calculator v1.07";
|
||||
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user