diff options
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/bnil-mlil.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/bnil-mlil.md b/docs/dev/bnil-mlil.md index 28d2b221..3d268321 100644 --- a/docs/dev/bnil-mlil.md +++ b/docs/dev/bnil-mlil.md @@ -323,7 +323,7 @@ The parameter list can be accessed through the ``params`` property: * ``MLIL_XOR`` - Bitwise XOR ``left`` expression with the ``right`` expression * ``MLIL_LSL`` - Logical shift left the ``left`` expression by the number of bits stored in the ``right`` expression * ``MLIL_LSR`` - Logical shift right the ``left`` expression by the number of bits stored in the ``right`` expression -* ``MLIL_ASR`` - Arithmetic shift left the ``left`` expression by the number of bits stored in the ``right`` expression +* ``MLIL_ASR`` - Arithmetic shift right the ``left`` expression by the number of bits stored in the ``right`` expression * ``MLIL_ROL`` - Rotate left the ``left`` expression by the number of bits stored in the ``right`` expression * ``MLIL_RLC`` - Rotate left with carry the ``left`` expression and the ``carry`` expression by the number of bits stored in the ``right`` expression * ``MLIL_ROR`` - Rotate right the ``left`` expression by the number of bits stored in the ``right`` expression |
