unimplemented brk instruction

This commit is contained in:
2022-11-25 21:56:46 -05:00
parent e13b93d9e3
commit 912099cf8d
+2
View File
@@ -334,6 +334,8 @@ impl CPU {
0x10 => self.bpl(bus),
// BRA
0x80 => self.bra(bus),
// BRK
0x00 => unimplemented!("BRK instruction not implemented yet"),
// BRL
0x82 => self.brl(bus),
// BVC