implement 6502 cpu execution engine and memory bus interface

This commit is contained in:
2026-08-03 22:48:30 +02:00
parent 0606ecac2e
commit 629b6987cf
2 changed files with 1491 additions and 5 deletions
File diff suppressed because it is too large Load Diff
+1 -5
View File
@@ -1,5 +1 @@
const std = @import("std"); pub fn main() !void {}
pub fn main() !void {
std.debug.print("6soz 6502 emulator\n", .{});
}