RPN-Ti84 icon indicating copy to clipboard operation
RPN-Ti84 copied to clipboard

Entering a number only shows the first digit

Open joshmzamora opened this issue 1 year ago • 5 comments

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

joshmzamora avatar Jan 11 '25 02:01 joshmzamora

What calculator version are you on? What OS version?

arjvik avatar Jan 11 '25 21:01 arjvik

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

joshmzamora avatar Jan 14 '25 02:01 joshmzamora

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!

arjvik avatar Jan 20 '25 02:01 arjvik

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 avatar Mar 02 '25 21:03 hextuple

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

hextuple avatar Mar 04 '25 16:03 hextuple