chore: split up some structs and add comments

This commit is contained in:
2025-05-20 18:59:09 +09:00
parent 48eeff16fa
commit 058afeb7ba
7 changed files with 159 additions and 143 deletions

View File

@@ -1,6 +1,7 @@
use core::fmt;
//! Internal abstraction of all 8086 registers for disassembly.
use crate::instructions::Operand;
use crate::operands::Operand;
use core::fmt;
#[derive(Debug, Clone)]
#[allow(dead_code)]