setSP
newRegisters.setSP(cfa);
void setSP(uint64_t value) { return fRegisters.setSP(value); }
cursor->setSP(cursor->getSP() + info.extra_args);