issues - Move 'issues' directory out of 'notes' directory
This commit is contained in:
parent
98c17cf925
commit
0a3d474c43
|
|
@ -19,7 +19,7 @@ Full list of flags I want:
|
||||||
|
|
||||||
### #2 - Startup: Execute `JMP $FF`
|
### #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.
|
... say that there's a 1-byte ROM at $FF.
|
||||||
|
|
||||||
|
|
@ -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) Add a mode that prints the display as text, but still animates
|
||||||
- (cpu) Allow running pre-compiled machine code
|
- (cpu) Allow running pre-compiled machine code
|
||||||
- (cpu) DRY out addition and subtraction
|
- (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
|
- (research) Review CHIP-8
|
||||||
- read about the spec / ISA
|
- read about the spec / ISA
|
||||||
- read these, and add them to the bibliography:
|
- read these, and add them to the bibliography:
|
||||||
Loading…
Reference in New Issue