|
>But i dont understand the usage of "test instruction"
'test a,b' is identical to 'and a,b' except that test doesn't write the result to a. The usage reflects that. test is used when all you care about is how the flags are set after the operation.
__________________
Even if the voices aren't real, they have some pretty good ideas.
|