mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 02:36:41 +00:00
Document RCL and RCR instructions
parent
bdd5f39ad0
commit
5a4eab115e
@ -27,6 +27,8 @@
|
|||||||
| **OR** *destination*, *source* | *mem/reg*, *mem/reg/imm* | 0x05 |`0 X X 0 -` |
|
| **OR** *destination*, *source* | *mem/reg*, *mem/reg/imm* | 0x05 |`0 X X 0 -` |
|
||||||
| **POP** *destination* | *mem/reg* | 0x14 |`- - - - -` |
|
| **POP** *destination* | *mem/reg* | 0x14 |`- - - - -` |
|
||||||
| **PUSH** *source* | *mem/reg/imm* | 0x13 |`- - - - -` |
|
| **PUSH** *source* | *mem/reg/imm* | 0x13 |`- - - - -` |
|
||||||
|
| **RCL** *destination*, *count* | *mem/reg*, *mem/reg/imm* | 0x27 |`X - - X -` |
|
||||||
|
| **RCR** *destination*, *count* | *mem/reg*, *mem/reg/imm* | 0x28 |`X - - X -` |
|
||||||
| **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 -` |
|
| **ROL** *destination*, *count* | *mem/reg*, *mem/reg/imm* | 0x23 |`X - - X -` |
|
||||||
| **ROR** *destination*, *count* | *mem/reg*, *mem/reg/imm* | 0x20 |`X - - X -` |
|
| **ROR** *destination*, *count* | *mem/reg*, *mem/reg/imm* | 0x20 |`X - - X -` |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user