public override void Execute(CPU cpu) { int functionPointer = (int)cpu.PopValue(); cpu.RemoveTrigger(functionPointer); }