cpu.rs: Refactor dump(&self) to do fewer allocations
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
//! A disassembler for Chip-8 opcodes
|
||||
|
||||
|
||||
use super::{Adr, Nib, Reg};
|
||||
use owo_colors::{OwoColorize, Style};
|
||||
type Ins = Nib;
|
||||
|
||||
Reference in New Issue
Block a user