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

Pages: 1 ... 82 83 [84] 85 86 ... 98
1246
Miscellaneous / Re: Calculator or Computer language help
« on: December 03, 2010, 02:43:37 pm »
When it comes to calculator languages, there are pretty much four options.

TI-BASIC is the one that you're probably already familiar with. Slow, but very good for math.

Hybrid TI-BASIC is an interesting one. By running a certain App when running TI-BASIC programs, the programs can be expanded with new functions. Most of the functions allow you to do things such as drawing a lot of graphics very quickly and saving data to appvars. Hybrid TI-BASIC is definitely something I recommend if you don't want to learn a completely new language such as Axe or Asm, since those can be very complex. If you want to start using hybrid TI-BASIC, I recommend Doors CS.

You said earlier that you have already tried to learn Axe, so I don't really have a lot more to say about this. It gets very close to the speed as Asm, while being simpler than Asm and harder than TI-BASIC.

Asm (which is the same thing as programming in hex) is very low-level and tricky, although it gives you access to pretty much everything there is. Asm should generally be programmed on a computer - there's not much on-calc editing support. Axe is a good replacement for Asm unless you need exactly every resource that the calculator has, since Axe actually does compiles your code into what an Asm program is like.

1247
TI Z80 / Re: Legend Of Zelda Progress Thread
« on: December 03, 2010, 11:08:52 am »
There's a GBA port of ALttP.

1248
Axe / Re: Ion Table
« on: December 02, 2010, 11:37:09 am »
(-1,0,0,"text") I had no idea that worked in basic, it looks like three coordinates to me, 3D then.
That's not it!

1249
Other Calculators / Re: Simple yet useful virus
« on: December 01, 2010, 03:59:41 pm »
Omniurk?

1250
Maybe it does, I'm not too sure. I don't like messing around with hardware :P

1251
KnightOS / Re: KnightOS
« on: December 01, 2010, 03:24:35 pm »
What if someone runs an ASM program that totally takes control of the entire calc, though, even disabling interrupts? Isn't ASM that powerful or will your program detect what code is about to be ran and prevents its execution like an antivirus?
A malicious program could easily do whatever it wants to do, since it has direct access to the processor. Preventing such programs would be very hard.

1252
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: December 01, 2010, 03:20:08 pm »
959: You know that the answer to WFRNG always is 29. ALWAYS.

1253
Ash: Phoenix / Re: [Ash:Phoenix]What happens when you die
« on: December 01, 2010, 01:41:39 pm »
Is that "AxeDatan!5E'" thingy the name? D:

1254
It does on the 83+SE too? Because that calc had no clock function. It had crystal timers, though.
The 83+SE has all of the hardware needed - it's just the OS that doesn't support it, if I recall correctly.

1255
Axe / Re: Finding / listing programs
« on: November 30, 2010, 01:19:54 pm »
It would be something very similar to this, I haven't tested it yet.  Maybe I'll test it and then edit this post with an example that uses this.

<snip>


Quigibo, are you sure that {E9830} is the start of the VAT? That routine is returning all of the correct programs, but also a few programs that don't exist such as #, %FLDn, and %FLDu.

Those programs are stored as actual programs in the VAT, but a normal user can't see them.

1256
Miscellaneous / Re: [MERGED TOPICS] Version numbers/abcd/Completion %
« on: November 30, 2010, 11:45:21 am »
What is the abcd part of the title?  Obviously understand version numbers and completion percent, but abcd?
0.1a, 0.1b?

1257
Site Feedback and Questions / Re: How to get animated Avatars
« on: November 30, 2010, 11:42:18 am »
I personally use Photofiltre Studio but it's not free. There's also UNFREEz, but I don't know if it still exists.
It still exists, but it's a bit limited imo. It's not possible to choose different lengths for different frames.
And is it a Caramelldansen?
* JosJuice turns into a grammar nazi

1258
KnightOS / Re: KnightOS
« on: November 30, 2010, 11:37:37 am »
The axe version did :P It crashed my nspire bad enough to need a battery pull. It crashed outside the emu.

I would assume processes could still crash the calc if they're naughty and have too much power, though, right?

So, could a ROM of KnightOS be legally distributed? I mean, the ROM's mainly used for the OS, and since this is going to be a free OS we should be able to distribute the ROM as well, right? Or, are there other copyrighted parts of the ROM that remain?
It would, because the ROM would not contain any code from TI.
Aren't the boot pages and such unable to be replaced?

1259
Music Showcase / Re: 'The Letter D' Album
« on: November 30, 2010, 11:30:46 am »
On a side note I wonder if it's possible to make real dance music in MIDI format with strong kickdrum and stuff? Most MIDI renditions of dance music had weak kickdrums.
Soundfonts ftw.

1260
TI Z80 / Re: [Platformer] Pyyrix's Most Excellent Adventure
« on: November 29, 2010, 09:28:35 am »
Well, you can't make games faster just because you have more calcs... :P

Pages: 1 ... 82 83 [84] 85 86 ... 98