0 Members and 2 Guests are viewing this topic.
This shall be interesting. People, though, just need to remember that those are against the programming contest rules, though, so do not use them in your entry.
MyMap: .db $00,$45 .db $01,$FF
No, this can't be used in the contest because this is assembly code which is against the rules. These are not the Axe libraries, these are the assembly libraries.
;On the other hand, if this is a subroutine with 1 or 0 arguments then this;part of the Axiom must be ignored since there is no popping needed.
Yes, turning it into an appvar is as simple as changing the program type byte from $05 to $15 and renaming the file with the extension .8xv instead of .8xp
Quote from: Quigibo on June 27, 2010, 04:37:36 pmYes, turning it into an appvar is as simple as changing the program type byte from $05 to $15 and renaming the file with the extension .8xv instead of .8xpThanks for that tip. Can the former be easily done through CalcSys?
A bit lost here: What is Axiom going to be? Is it a library for the Axe language or for ASM itself, and how would it be used? Sorry, I couldn't find any page describing it.