closer to ticking.

has microsteps in the UI
decodes from a NOP only binary
some basic instructions are starting to move data around
This commit is contained in:
2025-06-30 08:36:55 -04:00
parent 8ed93fc90e
commit 9e0e8b5910
15 changed files with 269 additions and 34 deletions
+7
View File
@@ -0,0 +1,7 @@
use core::mos6502cpu::Mos6502Cpu;
fn main() {
let x = Mos6502Cpu::default();
}