Was currently stepping through an application and found a piece of code that I could not understand.
My question is:
How can a TEST instruction set the ZERO flag when testing a byte with the same byte?
...
TEST, CL, CL
JE SHORT Application.004013B4 ; When will this row be executed?
...
Thanks for your help!
/Klarre