|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
MOV_16 instruction: mem[dst_offset] = mem[src_offset]. More...
#include <instruction.hpp>
Public Member Functions | |
| MSGPACK_FIELDS (value_tag, src_address, result_address) | |
Public Attributes | |
| MemoryTagWrapper | value_tag |
| AddressRef | src_address |
| ResultAddressRef | result_address |
MOV_16 instruction: mem[dst_offset] = mem[src_offset].
Definition at line 297 of file instruction.hpp.
| MOV_16_Instruction::MSGPACK_FIELDS | ( | value_tag | , |
| src_address | , | ||
| result_address | |||
| ) |
| ResultAddressRef MOV_16_Instruction::result_address |
Definition at line 300 of file instruction.hpp.
| AddressRef MOV_16_Instruction::src_address |
Definition at line 299 of file instruction.hpp.
| MemoryTagWrapper MOV_16_Instruction::value_tag |
Definition at line 298 of file instruction.hpp.