Skip to content

Commit

Permalink
Merge branch 'master' of github.com:0xsequence/aa-compressor
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusx1211 committed Feb 14, 2024
2 parents 0419254 + 4f8efe0 commit 1470c33
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 @@ -285,7 +285,7 @@ The operations are:
| `0x27` | `READ_ADDRESS_2` | <u16: pointer> | Reads an address from the repository into the buffer, it uses 2 bytes for the pointer. |
| `0x28` | `READ_ADDRESS_3` | <u24: pointer> | Reads an address from the repository into the buffer, it uses 3 bytes for the pointer. |
| `0x29` | `READ_ADDRESS_4` | <u32: pointer> | Reads an address from the repository into the buffer, it uses 4 bytes for the pointer. |
| `0x2a` | `WRITE_BYTES32` | <u256: bytes32> | Saves a bytes32 on the repository, it writes the value to the buffer. |
| `0x2a` | `SAVE_BYTES32` | <u256: bytes32> | Saves a bytes32 on the repository, it writes the value to the buffer. |
| `0x2b` | `READ_BYTES32_2` | <u16: pointer> | Reads a bytes32 from the repository into the buffer, it uses 2 bytes for the pointer. |
| `0x2c` | `READ_BYTES32_3` | <u24: pointer> | Reads a bytes32 from the repository into the buffer, it uses 3 bytes for the pointer. |
| `0x2d` | `READ_BYTES32_4` | <u32: pointer> | Reads a bytes32 from the repository into the buffer, it uses 4 bytes for the pointer. |
Expand Down

0 comments on commit 1470c33

Please sign in to comment.