Omnimaga

Calculator Community => Major Community Projects => The Axe Parser Project => Topic started by: SirCmpwn on September 14, 2010, 04:51:56 pm

Title: Compile Off-Calc
Post by: SirCmpwn on September 14, 2010, 04:51:56 pm
If I have a .8xp file with Axe source, how can I compile it to an application off-calc?  Can I pull apps off of WabbitEmu, perhaps?
Title: Re: Compile Off-Calc
Post by: jnesselr on September 14, 2010, 05:08:42 pm
If I have a .8xp file with Axe source, how can I compile it to an application off-calc?  Can I pull apps off of WabbitEmu, perhaps?
You can't. This is because of the massive differences between program files and apps. For one, program files can use SMC, whereas apps cannot.  I believe, therefore, that there are different routines used to access data.  Either that, or at least the program has to be written with app compiling in mind.

I don't think it's possible, but don't know for sure.
Title: Re: Compile Off-Calc
Post by: SirCmpwn on September 14, 2010, 05:11:36 pm
Well, I know how to use Axe :P, and I have an app on my calculator, however, I am only able to use msd8x and therefore only able to transfer the source.
Title: Re: Compile Off-Calc
Post by: calcdude84se on September 14, 2010, 06:12:07 pm
Hm... no, WabbitEmu can't export applications. I'm not sure what you should do...
Maybe you could write an Axe program (or assembly) that will copy an app into an appvar then write a computer program to convert the appvar back to an app?
Title: Re: Compile Off-Calc
Post by: SirCmpwn on September 14, 2010, 06:23:05 pm
Yeah, that may be the best way to go.  At the moment, Buckeye is working on WabbitEmu to make an export app feature.
Title: Re: Compile Off-Calc
Post by: Happybobjr on September 14, 2010, 06:28:52 pm
ask dj to do it for you.
as he is a judge, i don't thin it would dq you
Title: Re: Compile Off-Calc
Post by: SirCmpwn on September 14, 2010, 06:36:44 pm
Yeah, if I can't get this, I will do just that.
Title: Re: Compile Off-Calc
Post by: calcdude84se on September 14, 2010, 06:48:57 pm
Finally, Buckeye gets around to adding it :P (We're very appreciative)
Good luck with whatever this is for :) (contest, I suppose?)
Edit: 1000th post! :D
Title: Re: Compile Off-Calc
Post by: Quigibo on September 14, 2010, 06:53:30 pm
I think there is a way to export a .sav file from wabbitemu and then maybe you can steal a portion from that with a hex editor.
Title: Re: Compile Off-Calc
Post by: SirCmpwn on September 14, 2010, 06:58:12 pm
Maybe.  I'll look into it.
Title: Re: Compile Off-Calc
Post by: Builderboy on September 14, 2010, 07:16:26 pm
This is for the contest?  If so, i see no problem with the judges compiling the program on their own, whether on calc or on emu
Title: Re: Compile Off-Calc
Post by: DJ Omnimaga on September 14, 2010, 11:05:14 pm
I could compile the app maybe. One thing I wonder, though: what'S the best way to sign apps? I haven't done that in ages. However, as Builderboy said, when sending your contest entry you can just send the source and instructions on how to compile (including the Axe version used). We compile the stuff ourselves actually.
Title: Re: Compile Off-Calc
Post by: SirCmpwn on September 14, 2010, 11:49:38 pm
Okay, I can send instructions and source, if that is easier.