|
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 |
| AddressRef | slot_address |
| AddressRef | result_address |
SLOAD: M[slot_offset] = slot; M[result_offset] = S[M[slotOffset]].
Definition at line 455 of file instruction.hpp.
| SLOAD_Instruction::MSGPACK_FIELDS | ( | slot_index | , |
| slot_address | , | ||
| result_address | |||
| ) |
| AddressRef SLOAD_Instruction::result_address |
Definition at line 458 of file instruction.hpp.
| AddressRef SLOAD_Instruction::slot_address |
Definition at line 457 of file instruction.hpp.
| uint16_t SLOAD_Instruction::slot_index |
Definition at line 456 of file instruction.hpp.