fixed stuff
This commit is contained in:
parent
7b79c35f63
commit
4ca31678d5
1 changed files with 4 additions and 2 deletions
|
|
@ -99,9 +99,11 @@ MainWindow::MainWindow(QWidget *parent) :
|
|||
|
||||
setupMemoryDisplay();
|
||||
setupDisassemblyDisplay();
|
||||
|
||||
loadInstructionSet();
|
||||
//loadDemoProgram();
|
||||
g_loader = std::make_shared<Loader>(machine(), std::string(PATH_RESOURCES) + "demo_program.obj");
|
||||
g_loader->load();
|
||||
Loader loader(m_machine, std::string(PATH_RESOURCES) + "test.obj");
|
||||
loader.load();
|
||||
|
||||
updateRegisterDisplays();
|
||||
updateMemoryDisplay();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue