| ... | ... | @@ -6,8 +6,8 @@ |
| 6 | 6 | /// registers. This results in some very, very useful properties: |
| 7 | 7 | /// |
| 8 | 8 | /// Any 64-bit register can be turned into its 32-bit form by adding 16, and |
| 9 | | /// vice verse. This also works between 32-bit and 16-bit. With 8-bit, it works |
| 10 | | /// for all except for sp, bp, si, and di, which don't *have* an eight-bit |
| 9 | /// vice versa. This also works between 32-bit and 16-bit forms. With 8-bit, it |
| 10 | /// works for all except for sp, bp, si, and di, which don't *have* an 8-bit |
| 11 | 11 | /// form. |
| 12 | 12 | /// |
| 13 | 13 | /// If (register & 8) is set, the register is extended. |