0 Members and 1 Guest are viewing this topic.
I'm not sure if you realize that you just posted a link to the "normal post" icon for threads.....
Maybe a Power coder could make an Axiom to write to flash without using the Unarchive/Archive command, but with unlocking ROM and all (of course, the Axiom would lock it back after writing to it).This may not be faster than Unarchiving/Archiving but would be useful for a game that has a huge savegame, if it is run on a regular 83+ (with not a lot of ROM) to avoid GarbageCollecting.
You can't write a savegame over the last savegame in flash. You have to put it in a currently unused flash area (which is exactly what Archive does)
When Axioms are released, do they automatically get included by default with newer Axe releases?
Perhaps they could do something like #include <stdio.h> like in C? but instead for axioms?
In memory, there is no difference between "actual data" and "strings" in Axe. "HELLO WORLD" is literally equivalent to [48454C4C4F20574F524C4400] which is also equivalent to Data(72,69,76,76,79,32,87,79,82,76,68,0)
In other news, Frey continues kicking unprecedented levels of ass.
Just noticed this topic and i happen to have an axiom request: Allow AppVariables to be executed from flash! So propably similar to pageswap then only that it uses appvars.