Skip to content
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

Open
joshmzamora opened this issue Jan 11, 2025 · 5 comments
Open

Entering a number only shows the first digit #4

joshmzamora opened this issue Jan 11, 2025 · 5 comments

Comments

@joshmzamora
Copy link

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.

Capture 1

@arjvik
Copy link
Owner

arjvik commented Jan 11, 2025

What calculator version are you on? What OS version?

@joshmzamora
Copy link
Author

TI 84 CE Plus Python, 5.8.2, I used cabri jr and artfice to run assembly code.

@arjvik
Copy link
Owner

arjvik commented Jan 20, 2025

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!

@hextuple
Copy link

hextuple commented Mar 2, 2025

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)

Image

Image

Image

@hextuple
Copy link

hextuple commented Mar 4, 2025

this fork has fixed all the issues: https://github.com/realprogrammersusevim/RPN-Ti84/releases/tag/v2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants