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:
|
||||
|
||||
- [./registers.md](Registers)
|
||||
- [./operations.md](Operations)
|
||||
- [Registers](./registers.md)
|
||||
- [Operations](./operations.md)
|
||||
|
|
|
@ -12,7 +12,7 @@ There are three parts to any ALU operation...
|
|||
### Choosing which registers to write to
|
||||
|
||||
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
|
||||
equals sign afterwards:
|
||||
|
|
Loading…
Reference in New Issue
Block a user