From a3e16170a54a8f9cd7acac2a65f7368dd4281b76 Mon Sep 17 00:00:00 2001 From: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:53:13 +0100 Subject: [PATCH 1/3] Update E1.mdx --- docs/opcodes/E1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/opcodes/E1.mdx b/docs/opcodes/E1.mdx index 80ac2f4b..883cc985 100644 --- a/docs/opcodes/E1.mdx +++ b/docs/opcodes/E1.mdx @@ -13,7 +13,7 @@ The **RJUMPI** instruction may alter the program counter with relative offset, t ## Stack input -0. `condition`: value that pop from the stack, define how program counter will altered. +0. `condition`: value that popped from the stack, define how program counter will altered. ## Immediate argument From bc7e6d9840b96a65f16ed97ac4fb1fd77c5224df Mon Sep 17 00:00:00 2001 From: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> Date: Thu, 16 Jan 2025 18:18:45 +0100 Subject: [PATCH 2/3] Update E2.mdx --- docs/opcodes/E2.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/opcodes/E2.mdx b/docs/opcodes/E2.mdx index 7b0da470..c4f54152 100644 --- a/docs/opcodes/E2.mdx +++ b/docs/opcodes/E2.mdx @@ -13,11 +13,11 @@ The **RJUMPV** instruction may alter the program counter with relative offset, t An interesting feature is that `RJUMPV 0 relative_offset` is an inverted-[RJUMPI](/#E1), which can be used in many cases instead of `ISZERO RJUMPI relative_offset`. -It offer reduced gas cost (both at deploy and execution time) and better analysis properties. +It offers reduced gas cost (both at deploy and execution time) and better analysis properties. ## Stack input -0. `case`: value that pop from the stack, used to compare with max index, and define how program counter will altered. +0. `case`: value that is popped from the stack, used to compare with max index, and define how program counter will altered. ## Immediate argument From e1e98500197dda8f11fb536a55e10b35c97f5afb Mon Sep 17 00:00:00 2001 From: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> Date: Thu, 16 Jan 2025 18:19:42 +0100 Subject: [PATCH 3/3] Update E1.mdx --- docs/opcodes/E1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/opcodes/E1.mdx b/docs/opcodes/E1.mdx index 883cc985..d62568f0 100644 --- a/docs/opcodes/E1.mdx +++ b/docs/opcodes/E1.mdx @@ -13,7 +13,7 @@ The **RJUMPI** instruction may alter the program counter with relative offset, t ## Stack input -0. `condition`: value that popped from the stack, define how program counter will altered. +0. `condition`: value that is popped from the stack, define how program counter will altered. ## Immediate argument