0 Members and 4 Guests are viewing this topic.
Asm(HEX) Native assembly code written in hexadecimal is inserted at the current position.
Yes, I am trying to convert compiled asm code to hex to run in Axe.I just used to power off feature as an example.I am also just trying out different commands. I never know when this knowledge might be useful!
Quote from: E37 on October 27, 2015, 06:28:06 pmYes, I am trying to convert compiled asm code to hex to run in Axe.I just used to power off feature as an example.I am also just trying out different commands. I never know when this knowledge might be useful! Then you'll want to use this tool to "unsquish" the program into the hex bytes.
If you're interested, grab the proper version attached to this post (the first is for the 84+ and the second is for the 83+).
I loaded it in wabbitemu and the version numbers are the same.
Also, through the getcalc( command is is possible to create self modifying code assuming you knew what you were doing?
I am writing a program to restore some of my files (after RAM clear thanks to zStart) and I am using the copy command.
Does the size command {pointer-2} not work of files? It works fine if I just manually input the size but otherwise it just copy's one bite.
On a different subject is there a way to run already compiled programs (including the ability to call subroutines) to bypass the compiled code limit? I know about axioms to circumvent this need but I would like to not have to use them.
For self modifying code what numbers correspond to which command tokens?