Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - spud2451

Pages: [1]
1
Axe / How do I store a string to to a program in AXE?
« on: May 24, 2014, 03:57:40 pm »
How do store a 0 terminated string to a program in AXE. I want to do this because I'm making the libraries for fiddle 3.0 and need to be able to run user inputted code. I'm currently thinking that all I have to do is store the code to a program then run the program. That's what I did for fiddle 2.0 and 2.5 so it should work in a similar setting.
I currently have this code:
Code: [Select]
INPUT() -> A #this is a self written input routine
GetCalc("prgmTEMP",{A-2}r) -> B
Copy(A,B,{A-2}r)
With this code it creates the program "TEMP" but then just write a whole bunch of question marks and jibberish.
Does anyone know what im doing wrong here?

2
Axe / Stubborn Code!
« on: October 11, 2013, 07:31:55 am »
I've been trying to debug some code for a while but cant seem to figure it out. I'm trying to have some one put the name of an ASM/AXE program in "Str1" and then have it execute it. I'm using the Run Program axiom and the Detokenize axiom. Can someone please tell me what I'm doing wrong? :mad: :banghead:

here's the code
Code: [Select]
.mouse
#Axiom(RUNPRGM)
#Axiom(DETOKENI)
GetCalc("Str1")->F
detokenize(F,L1,255)
RunPrgm(L1)

3
Axe / Two questions about Axe Parser
« on: June 25, 2012, 11:40:14 am »
Hey everyone I have a few questions about axe parser. First how do you access the system's ANS variable in axe?. how would you run different programs from axe. If anyone has any answers please reply. thanks (:c)

4
TI-BASIC / TI-BASIC 3D
« on: May 01, 2012, 12:58:37 pm »
Hi again. I was just wondering if anyone knew any ways to make a BASIC game look 3d but also be fast? I also don't want to have to get into trigonometry because that's hard and above my math skills. anyone know how?

(:c)

5
TI-BASIC / ASMPrgm command hex codes?
« on: April 02, 2012, 11:59:37 am »
so I was looking for a way to assembly code into my shell Fittle and i came to the command "ASMPrgm".
I started to use it then realized it need hex codes to work so I looked for the hex codes.
Unfortunately I couldn't find all the ones I needed on the TI-Basic Developer.
Can some one give me the hex codes for grouping/ungrouping programs, displaying sprites, getting a program list, running a user defined program, getting stats on a program or the system.

if no one can get those codes then could someone make an ASM program that could those things for me

6
TI Z80 / i'ma make'n a shell
« on: August 13, 2011, 04:13:25 pm »
hey people i'm making a shell in hybrid basic (basic and celtic III)

i want your thoughts on
what you'd like in it
feel free to post as many ideas as you want

(please make them reasonable for hybrid basic)

7
General Calculator Help / i need help really badly
« on: August 12, 2011, 04:42:04 pm »
so i'm making a shell and i want to figure out how to make
it list all of my programs but the problem is that i want to make it all in ti basic and xlib

can some one tell me how to do this or at least post a link

 :( :( :( 

8
Axe / can someone help me
« on: May 30, 2011, 02:47:56 pm »
 i'm a total noob at axe and i need some help understanding
pointers because you pretty much can't do anything without them 

9
The Axe Parser Project / please help me
« on: May 28, 2011, 04:55:25 pm »
can someone teach meh about axe because all i really know about ti programming is xlib and ti basic ???  :P  :w00t: :crazy:  :mad:     

/\ ( /\/\ (- games

Pages: [1]