I am not farmiliar with assembly but could someone who knows ASM write
me a simple memory copy routine in memory.
I want to pass information to this ASM function and have it copy data
from one location to the next.
Sorta Like..
Sub CopyMem (SourceLocation as DWORD, DestinationLocation as DWORD, NumBytes as DWORD)
End Sub
I need this routine to be as fast as possible and it seems ASM is the
only way to solve my problem..
Any help would be appreciated..
------------------
Explorations v3.0 RPG Development System
http://www.explore-rpg.com
me a simple memory copy routine in memory.
I want to pass information to this ASM function and have it copy data
from one location to the next.
Sorta Like..
Sub CopyMem (SourceLocation as DWORD, DestinationLocation as DWORD, NumBytes as DWORD)
End Sub
I need this routine to be as fast as possible and it seems ASM is the
only way to solve my problem..
Any help would be appreciated..
------------------
Explorations v3.0 RPG Development System
http://www.explore-rpg.com
Comment