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 - parserp

Pages: 1 ... 16 17 [18] 19 20 ... 113
256
Axe / Re: External variables in axe parser
« on: May 30, 2012, 12:57:26 pm »
I really need a sort of list so i can store coordinates in it can someone help me with that ?
Exactly. Rather than doing "L1(1)", do "{L1}". same with "L1(3)", do "{L1+2}".


EDIT: :ninja: again x.x

257
Axe / Re: External variables in axe parser
« on: May 30, 2012, 12:49:58 pm »
Well, if you want to save stuff temporarily wile in the program, you can use safe RAM areas like L1.
There are 712 bytes, and you can refer to them like: {L1}, {L1+1}, up to {L1+711}.
Of course, you can also store stuff into them.

As far as saving goes, like saving a high-score, etc. You can use appvars. To do this, you do:
Code: [Select]
GetCalc("appvTEST",2)->A     //make an appvar called TEST which is 2 bytes large and store it into pointer A
B->{A}r              //When B is your highscore, store it into A (the appvar) with 2 bytes. (using the superscript r)
I'd also refer to this tutorial about external vars.

Also, welcome here. :D Please introduce yourself in this thread: http://www.omnimaga.org/index.php?board=10.0


EDIT: :ninja:

258
TI Z80 / Re: In Medias Res (Contest Entry)
« on: May 29, 2012, 07:16:38 pm »
:D nice! Now you won't even have to include a readme! :P

259
TI Z80 / Re: zStart - an app that runs on ram clears
« on: May 29, 2012, 04:46:56 pm »
Yet another bug: run this code from the archive: (TI-BASIC)
Code: [Select]
:ClrHome
:Prompt A
Once it prompts you, if you press "2ND", "QUIT", it leaves the copy of the program unarchived.
To fix it: run the archived program again and exit through a designated way or press "ON".

260
Miscellaneous / Re: Need help to choose something
« on: May 25, 2012, 05:43:26 pm »
<_< I don't drink beer, but #1 looks pretty legit...

261
TI Z80 / Re: Swords 2
« on: May 24, 2012, 06:03:26 pm »
Alright, disregard that last post, I don't know what I was thinking. :P
THIS is the final version, with included source code and app/program version :D
Unless someone finds some horrible bug, this will be the final product. I've attached it here and in the first post.


Spoiler For screenies:




262
TI Z80 / Re: TI-Basic project : CalcLand
« on: May 24, 2012, 04:37:55 pm »
The 1st place winner in each category gets a TI-Nspire CX CAS, and the 2nd-5th get some other stuff.
And there is no set time between contests, they pop up here and there (although omni and cemetech have one in the summer iirc)

263
TI Z80 / Re: TI-Basic project : CalcLand
« on: May 24, 2012, 04:30:32 pm »
Not currently. I (because I don't speak french) just copy everything into google translate. ;)

264
TI Z80 / Re: TI-Basic project : CalcLand
« on: May 24, 2012, 04:14:34 pm »
It's a programming contest for the Z80/89 line of calcs.

265
Axe / Re: Large size font to buffer
« on: May 23, 2012, 05:20:39 pm »

266
Axe / Re: Large size font to buffer
« on: May 23, 2012, 05:08:31 pm »
hm, I'm running axe 1.1.2, so perhaps it is an axe bug...

267
Axe / Re: Large size font to buffer
« on: May 23, 2012, 05:05:42 pm »
Yep. Works perfectly fine with 15 chars.

268
Axe / Re: Large size font to buffer
« on: May 23, 2012, 04:59:22 pm »
Have you tried a different number of zeroes?
With any extra text, it still only displays the first 15 chars.

EDIT: it messes up with any type of letter

269
Axe / Re: Large size font to buffer
« on: May 23, 2012, 04:57:19 pm »
hm, the same thing happens when you do
Code: [Select]
Text(0,,"0000000000000000")
What version of axe are you running?

Spoiler For Spoiler:
* parser padwan calls a runer

270
Casio Calculators / Re: Nyan Cat Animation
« on: May 22, 2012, 11:14:43 pm »
I love you man! but, perhaps you could make the animation a little bigger and slower? :D
But other than that it is amazing :D :D

Pages: 1 ... 16 17 [18] 19 20 ... 113