Skip to content

Commit 98eb171

Browse files
committed
Rename files to make their relations clearer
1 parent a2746a8 commit 98eb171

14 files changed

+1
-3461
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/main.zig renamed to src/6502-Tiny-BASIC.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fn logFn(
2525
}
2626

2727
pub fn main() !void {
28-
const TINY_BASIC_HEX = @embedFile("./tests/tiny_basic.hex");
28+
const TINY_BASIC_HEX = @embedFile("./6502-Tiny-BASIC.hex");
2929
var stream = std.io.fixedBufferStream(TINY_BASIC_HEX);
3030
var cpu: CPU = .{};
3131
_ = try HexLoader.read(stream.reader(), &cpu.memory);

src/tests/tiny_basic.lst

-3,460
This file was deleted.

0 commit comments

Comments
 (0)