Calculator Community > TI Z80

Caboose: Automatically Append "Ans" to Applicable Entries

(1/3) > >>

Sue Doenim:
Here's an app that I made that sets a hook to check every entry and to add "Ans" whenever it makes sense, such as when it ends in "-", "sin(", or an empty entry box. It's a pretty simple program, but it's a pretty solid time saver.
https://github.com/joeldemars/caboose

EDIT: Changed link to reflect updated username.

Eeems:
That's pretty cool!

the_mad_joob:
Useful indeed =]
I might have a fix for you, tVarStrng ($AA) appears to be missing from the list of word tokens.
Cheers.

Sue Doenim:

--- Quote from: the_mad_joob on January 04, 2021, 08:48:32 pm ---Useful indeed =]
I might have a fix for you, tVarStrng ($AA) appears to be missing from the list of word tokens.
Cheers.

--- End quote ---
Awesome, thanks! And nice catch! It's fixed now.

the_mad_joob:
You're welcome.

Switching to max CPU speed could be significant, at the very beginning of the app & hook codes.
Don't forget to backup af before that if needed, of course :
in a,(2)
rlca
and 1
out (32),a

Disabling interrupts is also a thing, and i would even recommend it after each bcall aswell.

Cheers.

Navigation

[0] Message Index

[#] Next page

Go to full version