[TI ASM] parserhook and real(

Got questions? Got answers? Go here for both.

Moderator: MaxCoderz Staff

Post Reply
King Harold
Calc King
Posts: 1513
Joined: Sat 05 Aug, 2006 7:22 am

[TI ASM] parserhook and real(

Post 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. :(
Last edited by King Harold on Tue 17 Oct, 2006 6:10 pm, edited 1 time in total.
User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

real( is $8A8A iirc, though you could just set up your hook to display whatever it is parsing as a test.
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
King Harold
Calc King
Posts: 1513
Joined: Sat 05 Aug, 2006 7:22 am

Post 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.
Post Reply