|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
SSTORE: M[slot_offset_index] = slot; S[M[slotOffset]] = M[srcOffset]. More...
#include <instruction.hpp>
Public Member Functions | |
| MSGPACK_FIELDS (src_address, result_address, slot) | |
Public Attributes | |
| AddressRef | src_address |
| ResultAddressRef | result_address |
| bb::avm2::FF | slot |
SSTORE: M[slot_offset_index] = slot; S[M[slotOffset]] = M[srcOffset].
Definition at line 432 of file instruction.hpp.
| SSTORE_Instruction::MSGPACK_FIELDS | ( | src_address | , |
| result_address | , | ||
| slot | |||
| ) |
| ResultAddressRef SSTORE_Instruction::result_address |
Definition at line 434 of file instruction.hpp.
| bb::avm2::FF SSTORE_Instruction::slot |
Definition at line 435 of file instruction.hpp.
| AddressRef SSTORE_Instruction::src_address |
Definition at line 433 of file instruction.hpp.