summaryrefslogtreecommitdiff
path: root/gui/worker.h
diff options
context:
space:
mode:
authorSiddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com>2025-04-17 19:57:48 -0400
committerSiddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com>2025-04-17 19:57:48 -0400
commit0bcc0e4e2dfe9073df3837a0ba5b7ff1d1fa9fbc (patch)
tree149676ceb44a2474ccba6e7520b7943e82c596fc /gui/worker.h
parent62b9e280d5d0222710e491dcd28fe26bea915dcd (diff)
Loading binary program into dram
Diffstat (limited to 'gui/worker.h')
-rw-r--r--gui/worker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/worker.h b/gui/worker.h
index ee8926b..8fde554 100644
--- a/gui/worker.h
+++ b/gui/worker.h
@@ -34,6 +34,7 @@ public:
public slots:
void doWork();
void refreshDram();
+ void loadProgram(std::vector<signed int> p);
void refreshCache();
void refreshRegisters();
void runSteps(int steps);