|
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 | |
| ParamRef | src_address |
| AddressRef | result_address |
| bb::avm2::FF | slot |
SSTORE: M[slot_offset_index] = slot; S[M[slotOffset]] = M[srcOffset].
Definition at line 447 of file instruction.hpp.
| SSTORE_Instruction::MSGPACK_FIELDS | ( | src_address | , |
| result_address | , | ||
| slot | |||
| ) |
| AddressRef SSTORE_Instruction::result_address |
Definition at line 449 of file instruction.hpp.
| bb::avm2::FF SSTORE_Instruction::slot |
Definition at line 450 of file instruction.hpp.
| ParamRef SSTORE_Instruction::src_address |
Definition at line 448 of file instruction.hpp.