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
|
from .fixed import Ccf, Cpl, Daa, Di, Ei, Halt, Nop, Ret, Reti, Rla, Rlca, Rra, Scf, Stop
|
||||||
|
|
||||||
def get_instructions() -> List[Instruction]:
|
def get_instructions() -> List[Instruction]:
|
||||||
return = [
|
return [
|
||||||
Ccf(),
|
Ccf(),
|
||||||
Cpl(),
|
Cpl(),
|
||||||
Daa(),
|
Daa(),
|
||||||
|
|||||||
Reference in New Issue
Block a user