REGNO_X86_ESP
uint32_t getSP() const { return reg[REGNO_X86_ESP]; }
void setSP(uint32_t value) { reg[REGNO_X86_ESP] = value; }