Fix syntax error

This commit is contained in:
2021-11-29 20:59:32 +00:00
parent 0f134f96d7
commit 0455d9cd3c

View File

@@ -6,7 +6,7 @@ from .ld import Ld
from .fixed import Ccf, Cpl, Daa, Di, Ei, Halt, Nop, Ret, Reti, Rla, Rlca, Rra, Scf, Stop
def get_instructions() -> List[Instruction]:
return = [
return [
Ccf(),
Cpl(),
Daa(),