Thread
:
Newbie need help
View Single Post
#
2
03-09-2004, 15:10
least
Posts: n/a
Look at the value of EDI register, add 9470 (hex!) to it and you are at the byte that is refered; what is tested is 3rd bit (test x,4).
Then just click to data window, select go to - expresion, you can even type in there EDI+9470 and enter
thats it.
least