|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
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 |
SLOAD: M[slot_offset] = slot; M[result_offset] = S[M[slotOffset]].
Definition at line 440 of file instruction.hpp.
| SLOAD_Instruction::MSGPACK_FIELDS | ( | slot_index | , |
| slot_address | , | ||
| result_address | |||
| ) |
| ResultAddressRef SLOAD_Instruction::result_address |
Definition at line 443 of file instruction.hpp.
| ResultAddressRef SLOAD_Instruction::slot_address |
Definition at line 442 of file instruction.hpp.
| uint16_t SLOAD_Instruction::slot_index |
Definition at line 441 of file instruction.hpp.