Creando Stack viewer
This commit is contained in:
@@ -287,6 +287,7 @@ void Interpreter::ret() const
|
||||
{
|
||||
this->machine_state->sp -= 1;
|
||||
this->machine_state->pc = this->machine_state->stack[this->machine_state->sp];
|
||||
this->machine_state->stack[this->machine_state->sp] = 0;
|
||||
}
|
||||
|
||||
void Interpreter::jp_addr(const Instruction& instruction) const
|
||||
|
||||
Reference in New Issue
Block a user