23 namespace Instructions
32 typedef unsigned long long int AddressOffsetType;
41 void execute(std::shared_ptr<ExecutionState> state);
Storage class for a sequence of instructions to be executed. Also implements the primary execution co...
Definition: instructionsequence.hpp:39
long long int AddressType
Typedef for the signed integer type to be used when calculating addresses.
Definition: instructionsequence.hpp:28