Y
Hacker News
new
|
ask
|
show
|
jobs
by
gnum4n
1871 days ago
You're probably thinking of the CMP instruction:
https://www.aldeid.com/wiki/X86-assembly/Instructions/cmp
TEST does a boolean AND test:
https://www.aldeid.com/wiki/X86-assembly/Instructions/test