Hello,
First off, great job with everything this site has accomplished! KermMartian, you seem like an incredibly talented person... that Clove thing really blew me away.
Anyway, on to the point. I have begun a project, but have run into a small problem... my complete and utter inexperience (with file structures, reading data from a file one byte at a time, the list goes on actually). What I need to be able to do is read an 8xp file, and properly use the data I get, so that I can convert the program file into a human readable text.
I'm looking to make this the first step towards creating a full (open source!) IDE for the TI-83+ programming language; a desktop IDE to more or less resemble Visual Studio. That means syntax highlighting, indents for If... Then and such, and if I'm feeling particularly ambitious (and masochistic) perhaps some form of Intellisense.
KermMartian actually pointed me to this site and recommended I post here for help. So, does anyone want to help? VB knowledge would be best, or an explanation of the procedures involved in parsing an 8xp file would be awesome sauce too.
First off, great job with everything this site has accomplished! KermMartian, you seem like an incredibly talented person... that Clove thing really blew me away.
Anyway, on to the point. I have begun a project, but have run into a small problem... my complete and utter inexperience (with file structures, reading data from a file one byte at a time, the list goes on actually). What I need to be able to do is read an 8xp file, and properly use the data I get, so that I can convert the program file into a human readable text.
I'm looking to make this the first step towards creating a full (open source!) IDE for the TI-83+ programming language; a desktop IDE to more or less resemble Visual Studio. That means syntax highlighting, indents for If... Then and such, and if I'm feeling particularly ambitious (and masochistic) perhaps some form of Intellisense.
KermMartian actually pointed me to this site and recommended I post here for help. So, does anyone want to help? VB knowledge would be best, or an explanation of the procedures involved in parsing an 8xp file would be awesome sauce too.