From 94377da94d085948557b25a73ce143d51611aa7f Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Sat, 1 Sep 2018 17:22:49 +0200 Subject: Debug --- components/microprogram.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'components/microprogram.py') 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): -- cgit v1.2.3