Template Struct RegulatorAdj

Struct Documentation

template<size_t JUMP_TABLE_IDX = 0>
struct sgpl::global::RegulatorAdj

Adjusts the regulator value of global jump table tags matching this instruction’s tag by the amount reg[arg_0].

This regulator value affects the outcome of tag lookup for module activation on global jump table JUMP_TABLE_IDX.

Public Static Functions

template<typename Spec>
void run(sgpl::Core<Spec> &core, const sgpl::Instruction<Spec> &inst, const sgpl::Program<Spec>&, typename Spec::peripheral_t&) noexcept
std::string name()
size_t prevalence()
template<typename Spec>
auto descriptors(const sgpl::Instruction<Spec> &inst)
template<typename Spec>
std::set<std::string> categories(const sgpl::Instruction<Spec>&)