Debug instructions that aren't implemented yet

This commit is contained in:
Lumi Kalt 2024-01-22 11:21:26 +00:00
parent e90f615e70
commit 08c79d3ab7

View file

@ -317,7 +317,7 @@ pub fn instruction(op: &str) -> (Kind, Vec<Arg>) {
}),
vec![Arg::Register(1), Arg::Register(2), Arg::Immediate],
),
_ => unimplemented!(),
op => unimplemented!("{}", op),
}
}