C++ basic compiler

A forum where you can announce your awesome project(s).

Moderator: MaxCoderz Staff

threefingeredguy
Calc King
Posts: 2195
Joined: Sun 27 Mar, 2005 4:06 am
Location: sleeping
Contact:

Post by threefingeredguy »

They are in the file "ti83plus.inc".
Image
User avatar
Timendus
Calc King
Posts: 1729
Joined: Sun 23 Jan, 2005 12:37 am
Location: Netherlands
Contact:

Post by Timendus »

FaveRave09 wrote:It's pretty slow work, because in order to find those decimal values, I have to look back and forth between the calculator and the text file :x .
Use an emulator with debugger :)
http://clap.timendus.com/ - The Calculator Link Alternative Protocol
http://api.timendus.com/ - Make your life easier, leave the coding to the API
http://vera.timendus.com/ - The calc lover's OS
FaveRave09
New Member
Posts: 13
Joined: Tue 29 Nov, 2005 8:10 pm

Post by FaveRave09 »

Timendus: I'll try it, but why with a debugger?

threefingeredguy: Under what section? (it's a huge file)
Welcome to Jamdung, poor people are dead at random, political violence caan done.
-Damian Marley
User avatar
Timendus
Calc King
Posts: 1729
Joined: Sun 23 Jan, 2005 12:37 am
Location: Netherlands
Contact:

Post by Timendus »

FaveRave09 wrote:Timendus: I'll try it, but why with a debugger?
In the debugger of VTI you can jump to the memory address of a VAT item (like a program). So you'd be able to just make a program on the emulator with some command in it ("Disp(" for example), look that program up in the debugger and read the value for the command from memory. You'd have to check to see if that's consistent with the findings you already have, but it would be the fastest way if there isn't already a list somewhere.
http://clap.timendus.com/ - The Calculator Link Alternative Protocol
http://api.timendus.com/ - Make your life easier, leave the coding to the API
http://vera.timendus.com/ - The calc lover's OS
threefingeredguy
Calc King
Posts: 2195
Joined: Sun 27 Mar, 2005 4:06 am
Location: sleeping
Contact:

Post by threefingeredguy »

They are under "Tokens". Most (if not all) start with t and then the name (eg. tSpace or tOutput). I don't know how many lines in it is, I just know that it is REAAAAAAAAAALLY near the bottom. A good ctrl-f in Notepad for tSpace will do the trick.
Image
gangsta
Sir Posts-A-Lot
Posts: 171
Joined: Wed 12 Oct, 2005 10:46 pm

Post by gangsta »

better idea...PM Kerm Martian, i did the exact same thing for him with SCv1, but I don't remember much about it...Mebbe you can talk with him about the fastest, most efficient way to do it...
FaveRave09
New Member
Posts: 13
Joined: Tue 29 Nov, 2005 8:10 pm

Post by FaveRave09 »

Thanks a lot. Its working well now.
_____________________________

Things you didn't know about Chuck Norris.

Chuck Norris once went back in time to stop the JFK assasination. As Lee Oswald fired, Chuck Norris blocked all three bullets with his beard. JFK's head exploded out of sheer amazement.

Chuck Norris once tried to round-house kick Hitler, but his foot went faster than speed of light, went back in time and kicked Amelia Airheart.

Chuck Norris' tears cure cancer. Too bad he has never cried.

Chuck lost his virginity before his dad.

Chuck Norris does not sleep. He waits.
Welcome to Jamdung, poor people are dead at random, political violence caan done.
-Damian Marley
threefingeredguy
Calc King
Posts: 2195
Joined: Sun 27 Mar, 2005 4:06 am
Location: sleeping
Contact:

Post by threefingeredguy »

Bahahahahahahahhahahahahahahhahahahahahaha.
Image
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

threefingeredguy wrote:Bahahahahahahahhahahahahahahhahahahahahaha.
FaveRave09
New Member
Posts: 13
Joined: Tue 29 Nov, 2005 8:10 pm

Post by FaveRave09 »

Welcome to Jamdung, poor people are dead at random, political violence caan done.
-Damian Marley
User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

any progress?
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

Isn't there one like this on omnimaga?
User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

I think thats a different one, which is alerady at ticalc.org
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
Post Reply