mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
Document ROL and ROR instructions
parent
8ba8f89c67
commit
f792c90ab2
@ -28,6 +28,8 @@
|
|||||||
| **POP** *destination* | *mem/reg* | 0x14 |`- - - - -` |
|
| **POP** *destination* | *mem/reg* | 0x14 |`- - - - -` |
|
||||||
| **PUSH** *source* | *mem/reg/imm* | 0x13 |`- - - - -` |
|
| **PUSH** *source* | *mem/reg/imm* | 0x13 |`- - - - -` |
|
||||||
| **RET** *optional-pop-value* | *imm/None* | 0x16 |`- - - - -` |
|
| **RET** *optional-pop-value* | *imm/None* | 0x16 |`- - - - -` |
|
||||||
|
| **ROL** *destination*, *count* | *mem/reg*, *mem/reg/imm* | 0x23 |`X - - X -` |
|
||||||
|
| **ROR** *destination*, *count* | *mem/reg*, *mem/reg/imm* | 0x20 |`X - - X -` |
|
||||||
| **SHL** *destination*, *count* | *mem/reg*, *mem/reg/imm* | 0x06 |`X - - X -` |
|
| **SHL** *destination*, *count* | *mem/reg*, *mem/reg/imm* | 0x06 |`X - - X -` |
|
||||||
| **SHR** *destination*, *count* | *mem/reg*, *mem/reg/imm* | 0x07 |`X - - X -` |
|
| **SHR** *destination*, *count* | *mem/reg*, *mem/reg/imm* | 0x07 |`X - - X -` |
|
||||||
| **SUB** *destination*, *source* | *mem/reg*, *mem/reg/imm* | 0x03 |`X X X X -` |
|
| **SUB** *destination*, *source* | *mem/reg*, *mem/reg/imm* | 0x03 |`X X X X -` |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user