From 4679748e1c7dcd5f310ee5ab5714186492214e2d Mon Sep 17 00:00:00 2001 From: alcueca Date: Wed, 4 Oct 2023 12:22:20 +0100 Subject: [PATCH] It's mnemonic --- src/tutorial/evm-basics/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tutorial/evm-basics/README.md b/src/tutorial/evm-basics/README.md index d2eed8e..352bbb1 100644 --- a/src/tutorial/evm-basics/README.md +++ b/src/tutorial/evm-basics/README.md @@ -43,7 +43,7 @@ they are forgotten.

Fig.4 - Memory from Ethereum EVM Illustrated by Takenobu T.
-#### Mnenomic Example +#### Mnemonic Example ```plaintext PUSH2 0x1000 // [0x1000] PUSH1 0x00 // [0x00, 0x1000] @@ -73,7 +73,7 @@ Instead of imagining a large 1 dimensional array like we did with memory, you ca

Fig.5 - Contract Account from Ethereum EVM Illustrated by Takenobu T.
-#### Mnenomic Example +#### Mnemonic Example ```plaintext PUSH20 0xdEaDbEeFdEaDbEeFdEaDbEeFdEaDbEeFdEaDbEeF // [dead_addr] PUSH1 0x00 // [0x00, dead_addr]