Clean code

This commit is contained in:
Loic GUEGAN 2018-08-31 20:18:08 +02:00
parent 10279426e5
commit 84de7cd481
4 changed files with 24 additions and 3 deletions

View file

@ -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
"""