example to use asm in nostale?

04/23/2020 12:41 NosLuna#1
How send message or use any other function to asm in nostale ?

i finded walk function can give to me any example so how use?
[Only registered and activated users can see links. Click Here To Register...]

i find walk function and changed name to function
[Only registered and activated users can see links. Click Here To Register...]


How use asm func? thanks :)
04/23/2020 12:45 0Lucifer0#2
You need to understand what asm is before.
And also you need to know what you want to do. ASM is just cpu directives so you can technically do anything you want with it.
04/23/2020 12:49 NosLuna#3
I want walk or other function in nostale example using asm injecting dll
04/23/2020 12:56 WalrossGreat#4
[Only registered and activated users can see links. Click Here To Register...]
04/23/2020 13:09 NosLuna#5
i don't understand , any example basic? to use? any mesage in game or other to i can understand how function
04/23/2020 13:13 Blowa#6
MSVC supports inline assembly

[Only registered and activated users can see links. Click Here To Register...]
Just RTFM
04/23/2020 16:11 NosLuna#7
i can't get work any asm function injecting dll example c_skill
04/23/2020 20:39 Apourtartt#8
Here is a complete example : [Only registered and activated users can see links. Click Here To Register...]
but if you are starting, I recommand doing things like in Walross' repository