fixed stuff

This commit is contained in:
zanostro 2025-11-20 11:13:58 +01:00
parent 7b79c35f63
commit 4ca31678d5

View file

@ -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();