View Single Post
Old Apr 6th, 2006, 11:52 AM   #3
Narue
Professional Programmer
 
Narue's Avatar
 
Join Date: Sep 2005
Posts: 419
Rep Power: 4 Narue is on a distinguished road
>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.
Narue is offline   Reply With Quote