0 Members and 1 Guest are viewing this topic.
Can some one give me the hex codes for grouping/ungrouping programs, displaying sprites, getting a program list, running a user defined program, getting stats on a program or the system.
Xeda how did you learn the hex codes? I think that I might try to do that depending on how long it would take to learn the basics of it.
Quote from: spud2451 on April 05, 2012, 12:28:53 pmXeda how did you learn the hex codes? I think that I might try to do that depending on how long it would take to learn the basics of it.It is the same than learning ASM just that you replace the commands by their hex equivalents (like "ret"==C9 or "xor a"==AF)