Code: Select all
movsx eax,word ptr [rcx+rax*2+10]
Code: Select all
mov {Pointername],rcx
But that's not properly updating when I attempt to use it, it only shows the first item on the list and then doesn't update it further. So how would I go about making a pointer out of this? Here's the code and its surroundings:
Thank you for any help in advance.