disassembler: 100% line coverage

This commit is contained in:
2023-03-30 08:53:10 -05:00
parent cc3bc3a7fe
commit c1f457814d
2 changed files with 17 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ use owo_colors::{OwoColorize, Style};
use std::fmt::Display;
#[allow(non_camel_case_types, non_snake_case, missing_docs)]
#[derive(Clone, Copy, InstructionSet)]
#[derive(Clone, Copy, Debug, InstructionSet, PartialEq, Eq)]
/// Implements a Disassembler using imperative_rs
pub enum Insn {
/// | 00e0 | Clear screen memory to 0s