From c638f187ace692f22491e065dd25120c93f5b24d Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Wed, 16 Dec 2015 23:28:07 +0100 Subject: [PATCH] Hur dur, I know markdown. --- README.md | 4 ++-- operations.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 978c72c..989ec64 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/operations.md b/operations.md index 2059320..f4166c1 100644 --- a/operations.md +++ b/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: