C++ (Qt)void intel8086::execute(){ while( _running && _registers[IP] < _stop_address){ step(); }} void intel8086::stop(){ _running = false;}