Omnimaga

Calculator Community => TI Calculators => ASM => Topic started by: Runer112 on October 31, 2013, 10:25:49 pm

Title: [83+/84+ ASM] Various homescreen/parser hook questions
Post by: Runer112 on October 31, 2013, 10:25:49 pm
I wanted to see how simple it would be to make a nice tool to improve the homescreen math capabilities slightly. This thread will be designated for me asking how to do things!

First hurdle: displaying custom answers using the a=0 case of the homescreen hook (http://wikiti.brandonw.net/index.php?title=83Plus:Hooks:9B8C).


Thanks in advance for any help!
Title: Re: [83+/84+ ASM] Various homescreen/parser hook questions
Post by: thepenguin77 on November 01, 2013, 10:17:26 am
If I remember correctly, returning anything will cause the homescreen to not accept your answer as a valid answer. My guess is that you're going to have to go into the unexplored territory of "how does the homescreen actually work now?".

This is obviously going to be OS disassembling, I can send you my current progress on the grand scheme of OS disassembly if you want.