Hur dur, I know markdown.
This commit is contained in:
parent
e22bff1289
commit
c638f187ac
|
@ -6,5 +6,5 @@ A collection of notes relating to the MIC1 MAL language, described in the book
|
||||||
|
|
||||||
Pages:
|
Pages:
|
||||||
|
|
||||||
- [./registers.md](Registers)
|
- [Registers](./registers.md)
|
||||||
- [./operations.md](Operations)
|
- [Operations](./operations.md)
|
||||||
|
|
|
@ -12,7 +12,7 @@ There are three parts to any ALU operation...
|
||||||
### Choosing which registers to write to
|
### Choosing which registers to write to
|
||||||
|
|
||||||
You can write to any number of registers, as long as those registers can be
|
You can write to any number of registers, as long as those registers can be
|
||||||
written to. [./registers.md](See here for the distinctions between registers.)
|
written to. [See here for the distinctions between registers.](./registers.md)
|
||||||
|
|
||||||
The formatting for is, is simply to add any number of register names, and a
|
The formatting for is, is simply to add any number of register names, and a
|
||||||
equals sign afterwards:
|
equals sign afterwards:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user