diff --git a/Instruction-Encoding.md b/Instruction-Encoding.md index df4e112..4b7e45b 100644 --- a/Instruction-Encoding.md +++ b/Instruction-Encoding.md @@ -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 |