• Axe Q&A 5 5
Currently:  

Author Topic: Axe Q&A  (Read 528295 times)

0 Members and 2 Guests are viewing this topic.

Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: Axe Q&A
« Reply #1830 on: March 16, 2015, 07:03:59 pm »
@Alex Twigg You don't really need to install Axioms, just send them to your calculator and include them in a program with #Axiom(NAME) (really the AsmComp() token). As for a tutorial, it's a bit short and out of date, but the one included with Axe, called Documentation.pdf, is still one of the best. There's also an exhaustive, up-to-date command list called Commands.html.

But the most exhaustive tutorial by far, made by kindermoumoute and Matrefeytontias, is available here (you may need to make a free account to see it). However, it is in French, so you either have to know French or try your best to deciper what an online translation service makes of it. If you use Chrome, you can translate a page by right-clicking and selecting "Translate to English." And I'd recommend still looking at the original French version for some things, like code blocks, because the translation process screws up some formatting.

Offline Alex Twigg

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 6
  • Rating: +0/-0
  • This is not personal...
    • View Profile
Re: Axe Q&A
« Reply #1831 on: March 16, 2015, 08:49:25 pm »
Thanks I will check it out :). I tried to send usbpad8x (appVar) and but my calc wouldn't accept it (this Axiom turns your calc into a key board but i'm pretty sure you have heard of it) it said that the OS did not recognize it or something :(. Thanks for the help.
I use a calculator as a substitute for a book and I am still cool in school...

Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: Axe Q&A
« Reply #1832 on: March 16, 2015, 08:53:46 pm »
@Alex Twigg What file did you try to send? The correct file should be a .8xv (or maybe .8xp) file.

Offline Alex Twigg

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 6
  • Rating: +0/-0
  • This is not personal...
    • View Profile
Re: Axe Q&A
« Reply #1833 on: March 17, 2015, 03:37:50 pm »
@Runer112 I sent the appVar. The files included were assemble(A batch file), Axe(config file), AXEKEY8X(sample prog for Axiom, I also put this on calc), tokenhook(config file), usbpad8x(the one I sent this is an appVar), and usbpad8x.asm(you can guess what file type that is). So did I send the right ones? I even tried re-downloading my OS (2.55MP). Thanks for the help :) :) :) :)



The AXEKEY8X when I tried to compile said it did not have the Axiom so I think it is just an sample prog TY :).

EDIT (Eeems): Merged double post
« Last Edit: March 17, 2015, 03:46:06 pm by Eeems »
I use a calculator as a substitute for a book and I am still cool in school...

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Axe Q&A
« Reply #1834 on: March 17, 2015, 03:47:39 pm »
Hey Alex Just an fyi, edit your posts instead of adding a second post. Adding a second post like that is called double posting and it's a bit of a no-no around here.
Thanks!
/e

Offline Alex Twigg

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 6
  • Rating: +0/-0
  • This is not personal...
    • View Profile
Re: Axe Q&A
« Reply #1835 on: March 17, 2015, 03:55:24 pm »
Will do sorry I am new (I didn't know you could re-edit your post srry) :)
I use a calculator as a substitute for a book and I am still cool in school...

Offline Axe Programmer

  • LV2 Member (Next: 40)
  • **
  • Posts: 32
  • Rating: +0/-0
    • View Profile
Re: Axe Q&A
« Reply #1836 on: April 01, 2015, 07:58:24 am »
Alrighty guys, quick question. I was creating an awesome physics program in axe and everything waas going great until suddenly out of the blue, when I compiled my program and ran it, it said ERR:invalid. It compiled perfectly, but everytime I ran the program it would give me that error. I tried compiling my program as an app, then it gave the error "Undocumented" in the middle of my compile. I pressed 2 so I could see where the error was, and it took me to the first line of text in the program. I deleted the text thinking it would solve the problem, but no. When I compiled it as an application again, it gave me the error in the middle of my compile as "Undocumented". I pressed 2 again and it took me to the next line of text. I keep on deleting text but everytime I compile it gives me an error. PLEASE HELP!!!!!!!!!!!!!!

Thanks
Axe Programmer

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Axe Q&A
« Reply #1837 on: April 01, 2015, 02:14:43 pm »
Hey Axe Programmer, are you using the latest axe version? (1.2.2a) If not, you can get it here: http://ourl.ca/4060/364694

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Axe Programmer

  • LV2 Member (Next: 40)
  • **
  • Posts: 32
  • Rating: +0/-0
    • View Profile
Re: Axe Q&A
« Reply #1838 on: April 01, 2015, 06:22:58 pm »
Yes I am using the latest version, as a matter of fact it  worked perfect on my friend's ti84 calc but it won't work on my ti 84. We both have the latest OS and axe version. Do you think it is just my calc? What could be wrong with it? I already restored my memory and wipe my calc. Didn't help at all. Is it a glitch? Axe problem?

Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: Axe Q&A
« Reply #1839 on: April 01, 2015, 06:29:25 pm »
The next time you get a strange error, try pressing the STAT key and relaying back that glob of data. It should ideally give me a good chance of figuring out what's wrong.

Offline Axe Programmer

  • LV2 Member (Next: 40)
  • **
  • Posts: 32
  • Rating: +0/-0
    • View Profile
Re: Axe Q&A
« Reply #1840 on: April 01, 2015, 08:14:36 pm »
Alright thanks, another question tho. How do I create a name string for an application? Like I know you would use "prgmABC" for the program ABC so what name string would I use to access an application on the calculator?

Offline Digital

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 107
  • Rating: +0/-0
  • 10101
    • View Profile
    • Digital's Hp
Re: Axe Q&A
« Reply #1841 on: April 01, 2015, 08:17:12 pm »
as well as i know are applications impossinle to access
I'm sorry if i might make some mistakes, I'm German so English isn't my first language. Please correct me :)

Offline Axe Programmer

  • LV2 Member (Next: 40)
  • **
  • Posts: 32
  • Rating: +0/-0
    • View Profile
Re: Axe Q&A
« Reply #1842 on: April 13, 2015, 12:53:53 pm »
Alright thanks, but I am having another problem. Now that I am finished with the application that I made in Axe I want to be able to transfer it to other calculators. The only problem is that when I transfer the app, it gives me the error:VALIDATION. What does this mean and how can it be fixed? I tried transfering to all possible models of the TI-83s and TI-84s. Nothing works! ???

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: Axe Q&A
« Reply #1843 on: April 13, 2015, 01:30:04 pm »
Applications created by Axe are not "signed" - that means you can't transfer it to other calcs because their OS won't find the app's signature. To sign it, you have to transfer it to your PC, sign it using for example RabbitSign, which is included in the Axe zip file, and send it back to your calc, after what you'll be able to transfer it without any problem.

Offline Axe Programmer

  • LV2 Member (Next: 40)
  • **
  • Posts: 32
  • Rating: +0/-0
    • View Profile
Re: Axe Q&A
« Reply #1844 on: April 13, 2015, 01:35:47 pm »
THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!