Calculator Community > Axe

The Optimization Compilation

<< < (3/24) > >>

Hot_Dog:
Wow, I can see you put a lot of work into this.  Great job!

Munchor:

--- Quote from: Qwerty.55 on December 29, 2010, 12:16:59 pm ---Alot? :p

--- End quote ---

 :evillaugh: :evillaugh: :evillaugh: :evillaugh: :evillaugh: :evillaugh: :evillaugh: :evillaugh: :evillaugh: :evillaugh: :evillaugh: :evillaugh: :evillaugh: :evillaugh: :evillaugh: :evillaugh: :evillaugh: :evillaugh: :evillaugh:


squidgetx:
Lol, nice to see everyone enjoys it, and thanks for pointing out that small error FinaleTI.

Quigibo:
By the way, you can't have non-constant data as part of the Data() command.  And that whole inData() optimization only works for comparisons with numbers between 0-255.  You can optimize it to this always though:


--- Code: ---!If A-EXP1 [16bit and] (A-EXP2)
--- End code ---

Michael_Lee:
Ah...
I finally understand this:

--- Code: ---0->X
While +26
  Do stuff...
  X-2->X
End

--- End code ---

This is incredibly helpful - thanks!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version