diff options
| author | Loic GUEGAN <loic.guegan@yahoo.fr> | 2018-09-01 17:22:49 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic.guegan@yahoo.fr> | 2018-09-01 17:22:49 +0200 |
| commit | 94377da94d085948557b25a73ce143d51611aa7f (patch) | |
| tree | 3b85312548535adb6bd70be2a56bbf5e4ff6c233 /components/microprogram.py | |
| parent | d58349763a312add267dbcaf53d0b9602b177d33 (diff) | |
Debug
Diffstat (limited to 'components/microprogram.py')
| -rw-r--r-- | components/microprogram.py | 3 |
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): |
