more asm cleanup

This commit is contained in:
2025-03-23 15:19:34 -04:00
parent a5a5f64c49
commit c766d34b6a
8 changed files with 52 additions and 59 deletions

View File

@@ -1,11 +1,9 @@
mod asm;
mod compile;
mod reg;
mod single;
mod instr;
use crate::util::BitsI32;
use single::*;
pub use asm::*;
pub use compile::*;