chore: move register into own module

This commit is contained in:
2025-05-13 16:23:47 +09:00
parent 3cb3f8d4b1
commit f7446c14b1
4 changed files with 128 additions and 123 deletions

View File

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