Skip to content

Commit

Permalink
doc: PUSHSize() added to README features
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Aug 2, 2024
1 parent 0aa16ad commit 35af5d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ New features will be prioritised based on demand. If there's something you'd lik
- [x] `PUSH(JUMPDEST)` by label with minimal bytes (1 or 2)
- [x] `Label` tags; like `JUMPDEST` but don't add to code
- [x] Push multiple, concatenated `JUMPDEST` / `Label` tags as one word
- [x] `PUSHSize(T,T)` pushes `Label` and/or `JUMPDEST` distance
- [x] Function-like syntax (i.e. Reverse Polish Notation is optional)
- [x] Inverted `DUP`/`SWAP` special opcodes from "bottom" of stack (a.k.a. pseudo-variables)
- [x] `PUSH<T>` for native Go types
Expand Down

0 comments on commit 35af5d3

Please sign in to comment.