From 0a3d474c43871382ebec2b11696e2d6c01cc6339 Mon Sep 17 00:00:00 2001 From: n loewen Date: Thu, 24 Aug 2023 20:57:36 +0100 Subject: [PATCH] issues - Move 'issues' directory out of 'notes' directory --- {notes/issues => issues}/issues.md | 2 +- {notes/issues => issues}/todo.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename {notes/issues => issues}/issues.md (93%) rename {notes/issues => issues}/todo.md (92%) diff --git a/notes/issues/issues.md b/issues/issues.md similarity index 93% rename from notes/issues/issues.md rename to issues/issues.md index 59f7756..4a9e2dc 100644 --- a/notes/issues/issues.md +++ b/issues/issues.md @@ -19,7 +19,7 @@ Full list of flags I want: ### #2 - Startup: Execute `JMP $FF` -See [2023-08-24](../2023-08-24--dev-notes.md#cpu-start-up) +See [2023-08-24](../notes/2023-08-24--dev-notes.md#cpu-start-up) ... say that there's a 1-byte ROM at $FF. diff --git a/notes/issues/todo.md b/issues/todo.md similarity index 92% rename from notes/issues/todo.md rename to issues/todo.md index 26d3cc4..6dd1dbc 100644 --- a/notes/issues/todo.md +++ b/issues/todo.md @@ -21,7 +21,7 @@ For extended commentary, see [issues](issues.md). - (cpu) Add a mode that prints the display as text, but still animates - (cpu) Allow running pre-compiled machine code - (cpu) DRY out addition and subtraction -- [Extended system (secret bonus operations)](2023-08-07--dev-notes.md) +- [Extended system (secret bonus operations)](../notes/2023-08-07--dev-notes.md) - (research) Review CHIP-8 - read about the spec / ISA - read these, and add them to the bibliography: