0 Members and 1 Guest are viewing this topic.
I have a suggestion that would make it a lot easier to make source code that compiles both to RAM and to Flash Apps. I think that nib{}r should be changed from a "read from flashapp" routine to a "read from executable" routine. That is, use the default nibble read routine when compiling to a RAM program, and the flash nibble read routine when compiling to an App.
Quote from: calc84maniac on February 19, 2012, 10:27:58 pmI have a suggestion that would make it a lot easier to make source code that compiles both to RAM and to Flash Apps. I think that nib{}r should be changed from a "read from flashapp" routine to a "read from executable" routine. That is, use the default nibble read routine when compiling to a RAM program, and the flash nibble read routine when compiling to an App.I would do that, except what about reading nibbles from appvars etc. from an app? Those still need the other command and it would be way too complicated to auto-infer that during compile time.
In other news, Frey continues kicking unprecedented levels of ass.
Would it be possible to, when axe is compiling/zooming a program and it encounters an error, go in and edit the program then when you quit the editor go back to continue or restart compiling/zooming?
Quote from: Darl181 on February 20, 2012, 08:30:38 pmWould it be possible to, when axe is compiling/zooming a program and it encounters an error, go in and edit the program then when you quit the editor go back to continue or restart compiling/zooming?This might not be practical for large bug fixes or whatever, but for things like physics tweaking and the like t would be useful Not sure if it would be a compile option or certain key, tho..
GetCalc("var[A]") -> A{A-1} Number of rows of the matrix{A-2} Number of columns of the matrixfloat{N*X+Y*9+A} To access directly to [A](X,Y), where N is the number of rows
It may be a small request but wouldn't it be much easier to be able to directly access matrices using the actual [A] matrix token. and if theres any way to directly access them please someone tell me because i feel like ive tried everything
Line clipping support!
Quote from: boot2490 on February 23, 2012, 05:55:16 pmLine clipping support!This is going to be coming in an Axiom that is under development.