modify code to use accumulator architecture to minimize pointer usage

This commit is contained in:
Jeff Wang
2019-05-01 03:51:29 -04:00
parent 96c762aeed
commit 6399cbf44f
8 changed files with 339 additions and 276 deletions

View File

@ -172,7 +172,7 @@ int main()
ExpBuf[0] = 0;
ExpBuf[1] = 0;
LCD_OutString("STC RPN Calculator v1.01", 32);
LCD_OutString("STC RPN Calculator v1.02", 32);
#ifdef DESKTOP
LcdAvailable.release();
#endif