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

@@ -4,6 +4,7 @@ mod aout;
mod disasm;
mod disasm_macros;
mod instructions;
mod operands;
mod register;
#[derive(Subcommand, Debug)]