Commit 0b43fcc
committed
Add a suggestion to consider deprecating opcodes 0x91 - 0x97.
These are a special case encoding of XCHG that hardcodes one register
as [E/R]AX and the other register is in the low 3 bits. Encoding
the exchange using the existing 87 opcode is just one byte longer.
The deprecation would only be in capability mode.1 parent 66d1b58 commit 0b43fcc
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1434 | 1434 | | |
1435 | 1435 | | |
1436 | 1436 | | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
0 commit comments