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

Pages: 1 2 [3] 4 5 ... 7
31
Introduce Yourself! / Re: Hello Everyone!
« on: February 08, 2011, 07:28:33 am »
finally a fellow noob :D :P

anyway, welcome, and be sure to check out the site, they got some cool stuff around here ;D
and also, feel free to post ideas or progs. ;)

32
TI Z80 / Re: TI 83+/84+ randomness
« on: February 07, 2011, 10:58:01 am »
L1(1)=X can also be used, but it's one byte larger.

i know, i used it all the time ;)

33
TI Z80 / Re: TI 83+/84+ randomness
« on: February 07, 2011, 10:54:36 am »
btw pity L1(1=X  doesn't work
Try X=L1(1 instead, maybe?
WHAHAHA XD i hadnĀ“t thought of that XD i feel so stupid right now...
lolz, thx XD

im just used to that. first the var, then the thing that it needs to equal,etc...

34
TI Z80 / Re: TI 83+/84+ randomness
« on: February 07, 2011, 01:42:37 am »
well, i have another full day ahead, so i will see what i can do.

btw pity L1(1=X  doesn't work

and i have ran out of ideas to add :(

35
TI Z80 / Re: TI 83+/84+ randomness
« on: February 05, 2011, 03:24:50 am »
In general, closing parentheses and multiplication symbols should be omitted.
Also, if there is a conditional (If, While, etc.) that requires an expression equal to 1, the =1 part can be omitted. So,

If L=1

would become

If L

now your saying it wrong.
If L/=0
(does not equal)

would become

If L

because "If L" returns 1 if the variable exists


i'll wlak through my prog today and see what i can do with your tips :D

Well L=1 is basically a subset of L /=0 (a special case), but you're right.

If the only possible values of L are 1 or 0, then you can use If L instead of If L=1. However, if L can be 0, 1, or 2, you would have to use

If L=0
(code)
If L=1
(code)
If L=2
(code)

okay :D

i optimized it during school, but at the end of the day i used ARCHUNDEL and by accident i replaced the optimized version with the non-optimized...

36
TI Z80 / Re: TI 83+/84+ randomness
« on: February 04, 2011, 02:22:01 am »
Also, if you want an optimisation trick, you can leave off the ending quote. Also, Disp commands can be on the same line. So:
Code: [Select]
Disp "HELLO"can be optimised to:
Code: [Select]
Disp "HELLO
i did know this one, but i may have done it sometimes...

And this:
Code: [Select]
Disp "HELLO"
Disp "WHAT IS"
Disp "YOUR NAME?"
Can be:
Code: [Select]
Disp "HELLO","WHAT IS","YOUR NAME?
i think, that far in the back of my mind i knew it, but i forgot, it seems.

Some more optimizations:

2*A can be 2A (in the gambling part, right after the first "You Won" message)
Similarly for the other cases (3*A can be 3A, 4*C can be 4C, etc.)

After the line

Code: [Select]
Output(8,1,"< MODE IS QUIT >there is B+(K+26 and ... 0
The ending parenthesis can be omitted.

Before the message, "BETA TESTER!", the If statement

If LRNDM(1)=1

can be:

If LRNDM(1

The same applies to all similar cases.

i just did that to be sure it worked ;)

Right after Lbl 3, 0 -> B can be DelVar B.

A little after the "All codes unlocked" message,

Repeat LRND(F+1)=0

can be

Repeat not(LRND(F+1
i have never used the not( statement before, i'll experiment with it ;)

In general, closing parentheses and multiplication symbols should be omitted.
Also, if there is a conditional (If, While, etc.) that requires an expression equal to 1, the =1 part can be omitted. So,

If L=1

would become

If L

now your saying it wrong.
If L/=0
(does not equal)

would become

If L

because "If L" returns 1 if the variable exists


i'll wlak through my prog today and see what i can do with your tips :D

37
Introduce Yourself! / Re: Hi together!
« on: February 03, 2011, 11:19:10 am »
welcome ;D

!peanuts

38
Introduce Yourself! / Re: heya all
« on: February 03, 2011, 10:55:41 am »
lol :P
you guys do like a joke ;D

39
Introduce Yourself! / heya all
« on: February 03, 2011, 08:05:12 am »
i actually haven't introduced myself yet :P (i believe)
i'm ferox! although i think some of the community has met me already :P
i live in the netherlands and still have to go to school :( so i can't be always online when others are...
i got here through axe on ticalc, and since i always had interest in coding i decided to register :D
once registered, i immediately took action, and im glad i can get help if i want and some people who like to test progs :D

anyway, great forum :D :D :D ;)

40
TI Z80 / Re: TI 83+/84+ randomness
« on: February 03, 2011, 02:34:40 am »
Does SetUpEditor work regularly on your calc? I never knew that Basic Builder had problems with that.
Code: [Select]
SetUpEditor LRND                   ;Supposed to be the little "L"
Is that what it looks like?
no, i already found the bug, i put the setupeditor after the unarchiving :P
should work now :P

but progs are also still in BASIC so they are easy to edit. and you can find the bugs

btw, new update (and im going to be late for school XD)


If you use SetUpEditor, you don't even need to unarchive. It does it for you :D

i was told ;) but thx for the warning :P

41
TI Z80 / Re: TI 83+/84+ randomness
« on: February 03, 2011, 02:31:24 am »
interesting... although i do not use any difficult BASIC commands...
well, feel free to test the app, it can only give you a ram clear as far as i know.
but it seems to work pretty well :D

btw, what version of basicbuilder were they using? i'm using 3.0

42
i don't know if this is really a bug but maybe:

OSes: 84+ tested with 2.53 and 2.55
trigger: put in the homescreen in one line: a function that calls the graph, an ":" and then a function that calls back the homescreen
effect: the graph screen is now the background of the homescreen
fix: press [clear]

43
Miscellaneous / Re: Where Did Your Name Come From?
« on: February 02, 2011, 11:19:53 am »
elnara does sound a kind of elvish indeed, i too like the sound of it. but, i like more something with more power in it ;) that's probably also why i listen rock/metal (is there a music topic? ;))

44
General Calculator Help / Re: msd8x won't work
« on: February 02, 2011, 11:18:05 am »
you can try i suppose...
new os'es use more free RAM spaces, i believe (that's what the whole topic was about ;))
but i still didn't find my usb stick :(

45
General Calculator Help / Re: Sending Programs
« on: February 02, 2011, 11:15:28 am »
Ram Clear.
I have to do it every time i connect, to make it connect.

dammit, i first thought it may have been the battery, but when i replaced them it was still the same. but why do you need a RAM clear (altough i get enough of them :P)

Pages: 1 2 [3] 4 5 ... 7