6 lines
98 B
Zig
6 lines
98 B
Zig
pub const m6502 = @import("m6502/root.zig");
|
|
|
|
test {
|
|
_ = @import("m6502/disassembler.zig");
|
|
}
|