|
excuse me guys but I don't understand how it works...in a script how I impost the secret code?
For example the code is 12345678:
#dynamic 0x800000
#org @inizio
lockall
callasm 0x8900179
waitstate
compare 0x8008 0x1234
if 0x1 goto @ok
releaseall
end
#org @ok
compare 0x8009 0x5678
if 0x1 goto @right
releaseall
end
#org @right
= Very Good!
Is it right?
|