|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
mem[result_offset] = mem[a_address] / mem[b_address] (16-bit) More...
#include <instruction.hpp>
Public Member Functions | |
| MSGPACK_FIELDS (a_address, b_address, result_address) | |
Public Attributes | |
| AddressRef | a_address |
| AddressRef | b_address |
| ResultAddressRef | result_address |
mem[result_offset] = mem[a_address] / mem[b_address] (16-bit)
Definition at line 329 of file instruction.hpp.
| DIV_16_Instruction::MSGPACK_FIELDS | ( | a_address | , |
| b_address | , | ||
| result_address | |||
| ) |
| AddressRef DIV_16_Instruction::a_address |
Definition at line 330 of file instruction.hpp.
| AddressRef DIV_16_Instruction::b_address |
Definition at line 331 of file instruction.hpp.
| ResultAddressRef DIV_16_Instruction::result_address |
Definition at line 332 of file instruction.hpp.