Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
Axe
(Moderator:
Runer112
) »
Won't work...
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Won't work... (Read 6734 times)
0 Members and 1 Guest are viewing this topic.
Dark Hero
LV1
Newcomer (Next: 20)
Posts: 5
Rating: +0/-0
Won't work...
«
on:
November 16, 2010, 07:57:16 pm »
Well, I just got Axe Parser today and I've looked at some guides on how to start using it...as far as I know, it basically requires you to write a program in a certain language (I have some sample programs that I found) and then by compiling it, it can now be run.
However, when I click compile on Axe Parser, it says Select Program and then there is a blank underneath-I made sure the program wasn't archived yet nothing shows up. In addition, whenever I click Help, it exits out rather than showing anything. Any help would be very much appreciated.
Logged
shmibs
しらす丼
Administrator
LV11
Super Veteran (Next: 3000)
Posts: 2132
Rating: +281/-3
try to be ok, ok?
Re: Won't work...
«
Reply #1 on:
November 16, 2010, 08:00:04 pm »
you have to use a special header in your basic program to let it know that you want it to show up there.
the first line must have a . followed by the desired program name
EDIT: oh, and axe can handle compiling from the archive, by the way, so there is no need to keep everything in the ram if you're scared the code is going to crash. if it is in the ram, however, the source file will be backed up to an appvar in the archive which can be restored later on if a crash occurs. also, make sure you know what shell your program is being compiled for. nostub(no shell) is the easiest since it doesnt require any shells (programs or apps with built in libraries that programs can call. Doors, for example
) and thus can be run from the homescreen by selecting asm( from the catalog and then your program name from the program list
example:
Asm(prgmA
«
Last Edit: November 16, 2010, 08:05:29 pm by shmibs
»
Logged
calcdude84se
Needs Motivation
LV11
Super Veteran (Next: 3000)
Posts: 2272
Rating: +78/-13
Wondering where their free time went...
Re: Won't work...
«
Reply #2 on:
November 16, 2010, 08:01:08 pm »
Help is nonfunctional as of now. Also, programs can be archived.
My guess is that you don't have the header. You need a line containing a '.' followed by what the name of the compiled program should be. Example:
Code:
[Select]
.COMPILED
Edit:
ninja'd again! >.>
Logged
"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.
Dark Hero
LV1
Newcomer (Next: 20)
Posts: 5
Rating: +0/-0
Re: Won't work...
«
Reply #3 on:
November 16, 2010, 08:02:14 pm »
Thanks so much, it worked
Just one last question, after I compile it, how do I run it?
«
Last Edit: November 16, 2010, 08:03:08 pm by Dark Hero
»
Logged
Deep Toaster
So much to do, so much time, so little motivation
Administrator
LV13
Extreme Addict (Next: 9001)
Posts: 8217
Rating: +758/-15
Re: Won't work...
«
Reply #4 on:
November 16, 2010, 08:03:50 pm »
Just run Asm(prgmCOMPILED from the homescreen. Asm( is found in the catalog (2nd+[CATALOG]), by the way.
Logged
Dark Hero
LV1
Newcomer (Next: 20)
Posts: 5
Rating: +0/-0
Re: Won't work...
«
Reply #5 on:
November 16, 2010, 08:10:35 pm »
It worked, thanks a ton.
Logged
calcdude84se
Needs Motivation
LV11
Super Veteran (Next: 3000)
Posts: 2272
Rating: +78/-13
Wondering where their free time went...
Re: Won't work...
«
Reply #6 on:
November 16, 2010, 08:12:01 pm »
We're always glad to help.
Also, welcome to Omnimaga!
Logged
"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.
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: Won't work...
«
Reply #7 on:
November 16, 2010, 09:28:18 pm »
Glad it works.
Welcome to the forums.
Logged
Ti-DkS
LV4
Regular (Next: 200)
Posts: 143
Rating: +21/-1
In retro, we trust !
Re: Won't work...
«
Reply #8 on:
November 18, 2010, 04:29:52 am »
Hi ! Welcome to Omnimaga !
Are you working on a precise project or are only interested in Axe at the moment ? It's a very powerful app which allows you to make loads of amazing things
Logged
Dark Hero
LV1
Newcomer (Next: 20)
Posts: 5
Rating: +0/-0
Re: Won't work...
«
Reply #9 on:
November 19, 2010, 07:14:24 pm »
Right now, I'm just interested in Axe and trying to figure out the language it uses. Then I'll probably just test it for a while.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
Axe
(Moderator:
Runer112
) »
Won't work...