0 Members and 8 Guests are viewing this topic.
HoMM: [==--------] Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :PtiDE: [----------] Explored and understood the main part of the code: just started writing a Tokenizer.
Hookless mode!Basically, I just discovered that Axe steps all over Symbolic, and I'm in Accelerated Calculus (which means I need Symbolic). Would it be marginally possible to have a version of Axe that doesn't screw with tokens? (honestly, it's slightly unnerving anyway )
I would like to be able to use Apps as Libs, like we have ExecLib and OpenLib in BASIC!(for use with USB8x)
Also how do we use OpenLib/ExecLib anyway?
Quote from: JustCause on November 01, 2010, 10:37:30 amHookless mode!Basically, I just discovered that Axe steps all over Symbolic, and I'm in Accelerated Calculus (which means I need Symbolic). Would it be marginally possible to have a version of Axe that doesn't screw with tokens? (honestly, it's slightly unnerving anyway )What exactly do you mean? I haven't noticed anything and I use both Symbolic and Axe quite frequently.EDIT: I've mentioned this before, but a Not( function would be nice. There are times when you simply have multiple conditions for a conditional and one of them happens to be negated. It'd probably save a byte to have a token implement the function versus typing in "0=" and in any case, the TI-OS token is already there for the taking.A way to execute the BASIC-interpreter (to allow external subprograms) would be nice too, although that might be a bit unrealistic since the interpreter is probably scattered around the OS.
Somebody made a "Guitar Hero" type game a while back (with, if I remember correctly, 2-bit sound), so it's not out of the question to do sound and other stuff at the same time. It's not easy, but it can be done.
Does anybody know of a good song or song player thing that I can add so I can show this off at school?
Quote from: FloppusMaximus on October 31, 2010, 06:59:05 pmSomebody made a "Guitar Hero" type game a while back (with, if I remember correctly, 2-bit sound), so it's not out of the question to do sound and other stuff at the same time. It's not easy, but it can be done.http://ourl.ca/3610
A couple of feature requests:Allowing For( to take any mem location as a variable. For example, For({L1},0,255) would be really useful.