Skip to content

Commit

Permalink
docs: 📝 update README
Browse files Browse the repository at this point in the history
  • Loading branch information
PraneshASP committed Jan 26, 2024
1 parent 65d7393 commit 7aa06ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Output : 0x1000000000000000
```

> [!NOTE]
> Supported Opcodes: `ADD`,`SUB`,`MUL`,`PUSH1`, `MSTORE8`, `RETURN`, `STOP`,`JUMP`, `JUMPI`,`JUMPDEST`,`GT` ,`LT`, `ISZERO`,`SHR`,SHL`,`CALLDATALOAD`, `CALLDATASIZE`, `CALLVALUE`,`SWAP[1-16]`, `PUSH[0-32]`and `DUP[1-16]`
> Supported Opcodes: `ADD`,`SUB`,`MUL`,`PUSH1`, `MSTORE8`, `RETURN`, `STOP`,`JUMP`, `JUMPI`,`JUMPDEST`,`GT`,`LT`,`ISZERO`,`SHR`,`SHL`,`CALLDATALOAD`, `CALLDATASIZE`, `CALLVALUE`,`SWAP[1-16]`, `PUSH[0-32]`and `DUP[1-16]`

### Improvement ideas:
- Make word size 32 instead of 16.
Expand Down

0 comments on commit 7aa06ad

Please sign in to comment.