|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
MOV_8 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 |
| ParamRef | src_address |
| AddressRef | result_address |
MOV_8 instruction: mem[dst_offset] = mem[src_offset].
Definition at line 304 of file instruction.hpp.
| MOV_8_Instruction::MSGPACK_FIELDS | ( | value_tag | , |
| src_address | , | ||
| result_address | |||
| ) |
| AddressRef MOV_8_Instruction::result_address |
Definition at line 307 of file instruction.hpp.
| ParamRef MOV_8_Instruction::src_address |
Definition at line 306 of file instruction.hpp.
| MemoryTagWrapper MOV_8_Instruction::value_tag |
Definition at line 305 of file instruction.hpp.