ParkourPenguin I post too much
Reputation: 150 Joined: 06 Jul 2014 Posts: 4654
|
Posted: Wed Jan 13, 2016 4:25 pm Post subject: |
|
|
I wouldn't word it exactly that way. More so:
comiss is an instruction used for a signed comparison of single-precision floating point numbers. It sets the ZF, PF, and CF flags.
cmp is an instruction used to compare two bytes/words/dwords. It is used for signed and unsigned comparisons of integers and sets a bunch of flags.
AFAIK it's just a coincidence that comiss sets the same flags that are checked after a cmp of unsigned integers. _________________ I don't know where I'm going, but I'll figure it out when I get there.
|
|