From 3f7edeb0bff1f7419eba8857512244e369359104 Mon Sep 17 00:00:00 2001 From: Kevin Ramharak Date: Sat, 1 Jun 2019 18:06:01 +0200 Subject: [PATCH] fix table --- Instruction-Encoding.md | 1 + 1 file changed, 1 insertion(+) 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 |