Clean code
This commit is contained in:
parent
10279426e5
commit
84de7cd481
4 changed files with 24 additions and 3 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue