summaryrefslogtreecommitdiff
path: root/04
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-12 11:37:40 -0500
committerpommicket <pommicket@gmail.com>2022-02-12 11:37:40 -0500
commitb69bd8be29a53d8801387d09043de5bd75ca9e26 (patch)
treeeea6752ff72b67720d2b6468fc1b6bd989df000e /04
parent3db0956b193f837e2b3bf1901653e43ca18f1501 (diff)
codegen for global variables
Diffstat (limited to '04')
-rw-r--r--04/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/04/README.md b/04/README.md
index 68cd81d..6840080 100644
--- a/04/README.md
+++ b/04/README.md
@@ -271,4 +271,4 @@ you need to use a lot of labels, and that means their names can get quite long.
the 03 language, you'll get an error if you use the same label name twice!
Overall, though, this language ended up being surprisingly powerful. With any luck, stage `05` will
-finally be a C compiler... But first, it's time to make [something that's not a compiler](../04a/README.html).
+finally be a C compiler... But first, it's time to make [something that's not a compiler](../04a/README.md).