Fix syntax error
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user