summaryrefslogtreecommitdiff
path: root/pysc-v/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysc-v/main.py')
-rw-r--r--pysc-v/main.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pysc-v/main.py b/pysc-v/main.py
new file mode 100644
index 0000000..2d6f6a5
--- /dev/null
+++ b/pysc-v/main.py
@@ -0,0 +1,5 @@
+# Use a generator for the execution flow
+# -> PC has to be a global variable, updated by each instruction to the next val
+# So user can set the PC by hand and call next(run) and make the code jump!
+
+