diff --git a/src/cpu.rs b/src/cpu.rs index bb411d5..6bd252a 100644 --- a/src/cpu.rs +++ b/src/cpu.rs @@ -2673,7 +2673,6 @@ impl Cpu { } } -// TODO: separate Immediate into Immediate8, Immediate16, and Immediate32 #[derive(Debug)] enum Operand { Register,