Page 1 of 1

[TI ASM] parserhook and real(

Posted: Tue 10 Oct, 2006 7:22 pm
by King Harold
I've been trying to get a parserhook to work with the real( function but the code in BC for real( does not seem to be $2626 while sin( IS $C2C2, so I'm completely lost now.. I even tried $BB26 and $26BB (BB = 2bytetok ) but they aren't right either, so what do i have to sbc from bc to see it was parsing the real( function or not?
I know its a small thing but I just can't figure out what else it could be. :(

Posted: Tue 10 Oct, 2006 7:30 pm
by tr1p1ea
real( is $8A8A iirc, though you could just set up your hook to display whatever it is parsing as a test.

Posted: Tue 10 Oct, 2006 7:35 pm
by King Harold
Yea I tried but it didnt make sence to me what it was displaying (it displayed some decimal number twice and that confused me, because it was twice, so I didnt trust it anymore)
Anyway, thanx.