0 Members and 1 Guest are viewing this topic.
an app made with Axe has something to identify it because I had problems with that
Does anyone know of any way to determine whether or not an Assembly program was compiled from an Axe source file rather than written directly in Assembly language? I was thinking that the compiler itself might leave some sort of identification or header on the compiled Assembly program, but I don't know of any for sure.
Ideally it would be a method the calculator itself could use to check each program, if such a thing exists.
Goto SRTAsm415845Lbl SRT
Okay, here is the Axe starting code for an APP:CD8B40 ;jumps to the program codeEF364C ;gets ready to exitCD50002740 ;exitsI believe that last one can be a simple EF2740 because that bcall automatically exits (meaning you don't need to use bjump)
I'm trying to understand why this would be useful. An Axe program is no different than any other assembly program, except for the way it is generated. If you wanted to dissassemble the code on the computer and check, by all means, check. But it isn't really useful on a calculator, unless you have a personal vendetta against Axe programs or non-Axe programs.Also, ztrumpet, how can I get me one of those cool banners on my signature?EDIT: Also, Xeda, what is the Omnimaga Anti-Riot squad?