fix table

Kevin Ramharak 2019-06-01 18:06:01 +02:00
parent c50edcbeac
commit 3f7edeb0bf

@ -48,6 +48,7 @@ As there is a limited amount of opcodes some (abstract) instructions can have an
The [`SETcc`](http://www.ousob.com/ng/iapx86/ng22d84.php) instruction family is implemented with the single opcode `0x32`. It uses the *Source operand* word to encode its family opcode.
| instruction | family opcode |
|---|---|
| SETA | 0x01 |
| SETAE | 0x02 |
| SETBE | 0x03 |