[dbg] Add endian order operations

This commit is contained in:
2024-02-17 08:44:14 +05:30
parent 9314888e99
commit 757d01fc25
9 changed files with 49 additions and 23 deletions

View File

@@ -5,6 +5,7 @@ use crate::emu::mmu::{Memory, MappedMemory};
mod emu;
mod args;
mod misc;
fn main() {
SimpleLogger::new().init().unwrap();