|
"test ax,ax" does the same thing as "cmp ax,0", but in a different way. In case you're curious, because at this point it doesn't really matter, cmp performs a subtraction and test performs a bitwise AND.
__________________
Even if the voices aren't real, they have some pretty good ideas.
|