syntax typo

This commit is contained in:
Sam Hadow 2024-03-25 09:14:34 +01:00
parent a0096369c2
commit 5ced180990

View File

@ -71,7 +71,7 @@ class Ram(object):
value_3 = value_1 * value_2
self.write_register(value_3, r3)
def op_ctrl(self, type_op, z, r1=None, r2=None)
def op_ctrl(self, type_op, z, r1=None, r2=None):
if type_op == 'jump':
if isinstance(z, int):
self.current += z