Ricardo Narvaja
July 11th, 2004, 23:38
The GN command store in variable $RESULT the string of the name of the api, this is perfect, but i need store this name in a position of memory.
My script
var ju
var pu
var ta
mov ju,403184
mov ta,401000
mov pu,[ju]
gn pu
log $RESULT
mov [ta],$RESULT
ret
[ju] is an address of an API, in $RESULT is the name of the api, but is impossible store this name in any form with MOV [ta],$RESULT
How i can STORE the name of the api in a memory
THANKS IN ADVANCE
This is very important with this i can make a incredible tute, thanks.
Ricardo
My script
var ju
var pu
var ta
mov ju,403184
mov ta,401000
mov pu,[ju]
gn pu
log $RESULT
mov [ta],$RESULT
ret
[ju] is an address of an API, in $RESULT is the name of the api, but is impossible store this name in any form with MOV [ta],$RESULT
How i can STORE the name of the api in a memory
THANKS IN ADVANCE
This is very important with this i can make a incredible tute, thanks.
Ricardo