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.


Messages - alex99

Pages: 1 ... 3 4 [5] 6
61
Axe / Re: Axe Programming
« on: May 05, 2013, 06:49:28 am »
thank you i ´m trieing now possibilities for 3.

62
TI Z80 / Re: zStart - an app that runs on ram clears
« on: May 04, 2013, 02:23:09 pm »
cool i downloadet it its really great

63
Axe / Re: question for searching
« on: May 04, 2013, 02:21:09 pm »
okok
then i´m learning asm
@mapar007
jes miztel
:P

64
Axe / Re: Axe Programming
« on: May 04, 2013, 02:17:06 pm »
i´ve three questions:
1.can you use the menu( in axe? if yes how?
2.in basic you have sub(str1,...,...).what is this in axe?
3.i want to copy sth to a prog.that that i want to store to a prog is located in a string.when in the string is stored --> tho
en it shall copy: "->".but how you can breake the copy and copy -> and go on whith the copy?

65
Miscellaneous / Re: What is your avatar?
« on: May 04, 2013, 11:44:43 am »
i made my avatar from a facebook side.
it´s the same like mine in cemetech

66
General Calculator Help / Re: TI 83 Plus Black screen
« on: May 03, 2013, 02:02:56 pm »
maby low baterries...
no just fun
 you turn it on and send a new os (ti connect is in sending os better then TiLP)

67
Axe / Re: question for searching
« on: May 02, 2013, 08:35:23 am »

(On a side note, Runer112 is the one in charge of Axe Parser development and given his history of crazy optimizations to any ASM sources he finds, he knows very well what he's talking about.)
i agree to you
but isn´t there another possibility than to laern a new big languege(maby a hex code...)

68
TI-BASIC / Re: Need help with program
« on: May 01, 2013, 11:38:53 am »
there is no need of the asmcomp() cmd. It's just if you want to save weight

yes but some calcs crashes or disp invalid whithout asmcompile(...

69
TI Z80 / Re: [Axe] Super Crate Box
« on: May 01, 2013, 11:37:10 am »
yes yes but my calc is a bit buggy since i updatet it... so now there is standing kb...it also ram clears every tíme when i delete sth big...

70
TI-BASIC / Re: Need help with program
« on: May 01, 2013, 09:44:36 am »
For that, you need an assembly program. For example, name the program prgmALOCK and use Asm(prgmALOCK before the Input command:
Code: [Select]
AsmPrgm3E51FD7712C9


Also, I noticed that elsewhere you said this was for a school project ?
well i think you must compile it with asmcompile( first, or???
if yes you can call the prgm alock1
and make this
asmcompile(prgmalock1,prgmalock)
now you hav the asm prog

71
TI Z80 / Re: [Axe] Super Crate Box
« on: May 01, 2013, 09:40:10 am »
yeah

72
TI Z80 / Re: [Axe] Super Crate Box
« on: April 30, 2013, 10:00:07 am »
there is definitly standing kb

73
Axe / Re: question for searching
« on: April 30, 2013, 04:52:15 am »
the method from themachine02 is working but thanks for both answears

another question :
i want build something like xlib and i dont know how to make that it then runs when a hook is includet.i mean xlib alweas answear when there is a real( .is it possible to make something like that in axe. whenyes how ???

74
TI Z80 / Re: [Axe] Super Crate Box
« on: April 30, 2013, 04:47:06 am »
well at my my calc is a bit buggy :D
i made it like you said and mem cleared and now it is working
now is standing abot 1020120 kb free :D

75
TI-BASIC / Re: Need help with program
« on: April 30, 2013, 04:33:46 am »
or you store bytes into the variables
Code: [Select]
1-->N
2-->o
3-->Y
4-->E
5-->S

input"prom (Yes/No),A
ifA=YES
then
...

Pages: 1 ... 3 4 [5] 6