This may be hard to do but I was wondering if someone could make an app where when activated, typing "While A!=5:Input A:End" in the homescreen would work. It'd make debugging and testing super easy as well as viewing values via libraries easier. Such as xLIBC uservars. (This is a request for the CSE, but feel free to make it for both the CSE and CE.)
I know this is a thing for the 83/83+, so it will probably be possible for the CSE and CE.
It doesn't have to be an app. You can make a program, in basic, asm or c, that could do what you want.
From whjat I understand of an insightful discussion with Jacobly, Tari and Iambian yesterday, it appears that the iy+8 flag gets unset after the execution of programs. This makes sense because it is what prevents you from using prog tokens on the homescreen, which is what ti wants, but toggling it in a program like this:

Code:
   ld a,(iy+8)
   xor %00000010
   ld (iy+8),a
   ret

would be useless because it will get unset immediately after. That being said, I'm not sure why this used to work for older calculators, unless they used to toggle it and now the just unset it... A more astute asm coder would surely be able to be more helpful.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement