-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entering a number only shows the first digit #4
Comments
What calculator version are you on? What OS version? |
TI 84 CE Plus Python, 5.8.2, I used cabri jr and artfice to run assembly code. |
I haven't been able to test on a Ti-84 Python edition calculator because I don't have access to one - I suspect that's the issue. You're welcome to try debugging, and I'm happy to assist where I can! |
The issue still persists on the Ti-84 Plus CE with OS version 5.8.0.0022 when running with artifice version 1.2. Edit: I have discovered that the rpn program does show all the digits if you run it with asmhook. However, the program can't run most of the commands that involve the 2nd operator. Only 2nd ^ (pi) and 2nd divide (e) work. 2nd log( (10^x), 2nd x^2 (sqrt(x)), and others like that don't work. They also case the screen to freeze, which can be fixed by pressing delete and reseting the stack. The help menu also doesn't work. I think the issue might be related to that 2nd key not being properly interpreted in the code, but take my words with a grain of salt because I don't really know how to code in C. (PS: I own a python CE +, I also borrowed my friend's CE + for testing) |
this fork has fixed all the issues: https://github.com/realprogrammersusevim/RPN-Ti84/releases/tag/v2.3 |
I have tried all 3 versions of RPN ti84 but no matter what, whenever I am trying to enter a number, it only shows the first digit.
Everything else works perfectly however.
The text was updated successfully, but these errors were encountered: