Struct RegulatorDecay¶
Defined in File RegulatorDecay.hpp
Struct Documentation¶
-
struct
sgpl::local::RegulatorDecay¶ Ages the regulator decay countdown of local jump table tags matching this instruction’s tag by the amount
reg[arg_0].When a regulator ages past a threshold, it is reset to default. If
reg[arg_0]is negative, this operation can forestall decay.Public Static Functions
-
template<typename
Spec>
voidrun(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>
autodescriptors(const sgpl::Instruction<Spec> &inst)¶
-
template<typename
Spec>
std::set<std::string>categories(const sgpl::Instruction<Spec>&)¶
-
template<typename