From e43ca43c14f211f03892621678146f4f7894be0e Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 8 Sep 2020 17:00:52 -0400 Subject: typoe in the mlil documentation --- docs/dev/bnil-mlil.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev') 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 -- cgit v1.3.1