Update links to reflect changed filenames
This commit is contained in:
parent
1bb22ce993
commit
73e818b090
|
|
@ -73,7 +73,7 @@ It doesn’t execute “JMP $FF.” It just sets the IP to $FF on reset, and you
|
||||||
|
|
||||||
### Revising ISA
|
### Revising ISA
|
||||||
|
|
||||||
[See notes from 2023-08-23](2023-08-23--dev-notes.md)
|
[See notes from 2023-08-23](2023-08-23.md)
|
||||||
|
|
||||||
### Instruction cycle
|
### Instruction cycle
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,7 @@ c d e f
|
||||||
0 1 2 3
|
0 1 2 3
|
||||||
```
|
```
|
||||||
|
|
||||||
From [2023-08-31](2023-08-31--dev-notes.md):
|
From [2023-08-31](2023-08-31.md):
|
||||||
|
|
||||||
> I'm thinking the system needs:
|
> I'm thinking the system needs:
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Re: Blinkenlights
|
## Re: Blinkenlights
|
||||||
|
|
||||||
See [2023-08-31](2023-08-31--dev-notes.md#displaying-data-microprocessor-trainer-style)
|
See [2023-08-31](2023-08-31.md#displaying-data-microprocessor-trainer-style)
|
||||||
|
|
||||||
That earlier note covers hexadecimal.
|
That earlier note covers hexadecimal.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,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)](../notes/2023-08-07--dev-notes.md)
|
- [Extended system (secret bonus operations)](../notes/2023-08-07.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