diff options
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): |
