Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
SSTORE_Instruction Struct Reference

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
 

Detailed Description

SSTORE: M[slot_offset_index] = slot; S[M[slotOffset]] = M[srcOffset].

Examples
/opt/build/repo/barretenberg/cpp/src/barretenberg/avm_fuzzer/fuzz_lib/instruction.hpp.

Definition at line 432 of file instruction.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

SSTORE_Instruction::MSGPACK_FIELDS ( src_address  ,
result_address  ,
slot   
)

Member Data Documentation

◆ result_address

◆ slot

◆ src_address


The documentation for this struct was generated from the following file: