SyntaxFix
Write A Post
Hire A Developer
Questions
This checks if EAX is zero. The instruction test does bitwise AND between the arguments, and if EAX contains zero, the result sets the ZF, or ZeroFlag.
EAX
test
AND