summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-07 22:22:30 -0500
committerpommicket <pommicket@gmail.com>2022-01-07 22:22:30 -0500
commit262824b21491446bb20acba8be1054207b5f50f0 (patch)
tree7df6301ea3f9f2095045843f32cb9e3225071088
parentf82581ed761680ad607f34a2506bca24a2f5acde (diff)
oops
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dfd6eb4..f000ad1 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,9 @@ hexadecimal digit pairs to a binary file.
command codes.
- [stage 02](02/README.md) - a language with labels
- [stage 03](03/README.md) - a language with longer labels, better error messages, and less register manipulation
-- more coming soon (hopefully)
- [stage 04](04/README.md) - a language with nice functions and local variables
- [stage 04a](04a/README.md) - (interlude) a simple preprocessor
+- more coming soon (hopefully)
## prerequisite knowledge