10.3. ProcState
Full processor state combining registers, flags, and memory:
#check ProcState.empty
#check ProcState.eip -- Get instruction pointer
#check ProcState.setEIP -- Set instruction pointer
#check ProcState.push -- Push to stack
#check ProcState.pop -- Pop from stack