diff options
| author | Loic GUEGAN <loic.guegan@yahoo.fr> | 2018-08-31 20:18:08 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic.guegan@yahoo.fr> | 2018-08-31 20:18:08 +0200 |
| commit | 84de7cd481662167745131b95c78442a7ff45048 (patch) | |
| tree | a6919826aea02d055a3a19fa6e424cbdcd2cbe2d /components/microprogram.py | |
| parent | 10279426e5bd783d9525c0ef758d8642770cb534 (diff) | |
Clean code
Diffstat (limited to 'components/microprogram.py')
| -rw-r--r-- | components/microprogram.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/microprogram.py b/components/microprogram.py index 943e502..e1b81a0 100644 --- a/components/microprogram.py +++ b/components/microprogram.py @@ -41,7 +41,7 @@ class Microprogram: """ self.c["RAM"].write() - def exec(self):# link: https://users-cs.au.dk/bouvin/dComArk/2015/noter/Note_2/#Instructions + def exec(self): # TODO: Implement opcode """ Execute next opcode """ |
