Author Topic: Compile Off-Calc  (Read 3981 times)

0 Members and 1 Guest are viewing this topic.

SirCmpwn

  • Guest
Compile Off-Calc
« 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?

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Compile Off-Calc
« Reply #1 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.

SirCmpwn

  • Guest
Re: Compile Off-Calc
« Reply #2 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.

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Compile Off-Calc
« Reply #3 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?
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

SirCmpwn

  • Guest
Re: Compile Off-Calc
« Reply #4 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.

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: Compile Off-Calc
« Reply #5 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
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

SirCmpwn

  • Guest
Re: Compile Off-Calc
« Reply #6 on: September 14, 2010, 06:36:44 pm »
Yeah, if I can't get this, I will do just that.

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Compile Off-Calc
« Reply #7 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
« Last Edit: September 14, 2010, 06:49:28 pm by calcdude84se »
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: Compile Off-Calc
« Reply #8 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.
___Axe_Parser___
Today the calculator, tomorrow the world!

SirCmpwn

  • Guest
Re: Compile Off-Calc
« Reply #9 on: September 14, 2010, 06:58:12 pm »
Maybe.  I'll look into it.

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Compile Off-Calc
« Reply #10 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

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Compile Off-Calc
« Reply #11 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.

SirCmpwn

  • Guest
Re: Compile Off-Calc
« Reply #12 on: September 14, 2010, 11:49:38 pm »
Okay, I can send instructions and source, if that is easier.