aboutsummaryrefslogtreecommitdiff
path: root/components/microprogram.py
diff options
context:
space:
mode:
Diffstat (limited to 'components/microprogram.py')
-rw-r--r--components/microprogram.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/microprogram.py b/components/microprogram.py
index 4543de1..8ae9703 100644
--- a/components/microprogram.py
+++ b/components/microprogram.py
@@ -1,6 +1,9 @@
from components.ijvm import ijvm
+# TODO: Switch MAR as 32bits address (multiply its value by for)
+# then same for SP and LV
+
class Microprogram:
def __init__(self,components):