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();
|
setupMemoryDisplay();
|
||||||
setupDisassemblyDisplay();
|
setupDisassemblyDisplay();
|
||||||
|
|
||||||
|
loadInstructionSet();
|
||||||
//loadDemoProgram();
|
//loadDemoProgram();
|
||||||
g_loader = std::make_shared<Loader>(machine(), std::string(PATH_RESOURCES) + "demo_program.obj");
|
Loader loader(m_machine, std::string(PATH_RESOURCES) + "test.obj");
|
||||||
g_loader->load();
|
loader.load();
|
||||||
|
|
||||||
updateRegisterDisplays();
|
updateRegisterDisplays();
|
||||||
updateMemoryDisplay();
|
updateMemoryDisplay();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue