Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
addressing.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <array>
4#include <cassert>
5#include <cstdint>
6#include <span>
7
16
17namespace bb::avm2::simulation {
18
38
39} // namespace bb::avm2::simulation
Addressing(const InstructionInfoDBInterface &instruction_info_db, GreaterThanInterface &gt, EventEmitterInterface< AddressingEvent > &event_emitter)
EventEmitterInterface< AddressingEvent > & events
bool is_address_out_of_range(const FF &address)
std::vector< Operand > resolve(const Instruction &instruction, MemoryInterface &memory) override
const InstructionInfoDBInterface & instruction_info_db
GreaterThanInterface & gt
EventEmitter< DataCopyEvent > event_emitter
Instruction instruction
AvmFlavorSettings::FF FF
Definition field.hpp:10
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13