0 Members and 5 Guests are viewing this topic.
Axioms is an SDK for developers to write their own custom Axe commands in assembly. They would be able to choose the tokens they want to use and an option to change the spellings if necessary. Users can import the libraries into their programs using the new Axiom() command. They aren't just slapped into the code, only the routines you use are put into the code just like native Axe commands. It will support easy things like just inserting a piece of code into the program or more complicated things like subroutines with multiple arguments. I think it will accelerate the development of Axe commands becasue once some ASM junkies like calc84maniac start writing these routines I can basically copy and paste them into the app to support them naively. Also they can be written to support specific shells such as DCS or MirageOS.