johndoe1
March 7th, 2004, 09:55
how can i do this in MASM ???
cmp dword ptr [0045A3C1], 0
jnz patch
i need to check memory if this value is changed !!
cmp dword ptr [0045A3C1], 0
jnz patch
i need to check memory if this value is changed !!
View Full Version : MASM and dword ptr
[Originally Posted by johndoe1]how can i do this in MASM ??? cmp dword ptr [0045A3C1], 0 jnz patch i need to check memory if this value is changed !! |
mov dword ptr ds:[12345678h],55aa55aah |