CPU

pure
struct CPU {
Registers regs;
bool isBurning;
size_t[ushort] breakpoints;
}

Members

Functions

step
ubyte step()

Meta