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

SLOAD: M[slot_offset] = slot; M[result_offset] = S[M[slotOffset]]. More...

#include <instruction.hpp>

Public Member Functions

 MSGPACK_FIELDS (slot_index, slot_address, result_address)
 

Public Attributes

uint16_t slot_index
 
ResultAddressRef slot_address
 
ResultAddressRef result_address
 

Detailed Description

SLOAD: M[slot_offset] = slot; M[result_offset] = S[M[slotOffset]].

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

Definition at line 440 of file instruction.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

SLOAD_Instruction::MSGPACK_FIELDS ( slot_index  ,
slot_address  ,
result_address   
)

Member Data Documentation

◆ result_address

◆ slot_address

◆ slot_index

uint16_t SLOAD_Instruction::slot_index

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