aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-16 19:18:02 +1300
committerAndrew Chambers <[email protected]>2021-10-16 19:18:02 +1300
commitcbc1bbf8288abf94ea7bc99b8e0bdef536969ca1 (patch)
tree8cd9ef1f0a888cc58c9ce2c6d6dc4cc5c25fe08e
parent40a46208bb005e6489fe41b0a19180741f30f316 (diff)
Tweak readme.
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index edd9cfe..190ca36 100644
--- a/README.md
+++ b/README.md
@@ -16,10 +16,6 @@ Non Goals:
- Assemble other architectures.
- Work as a library.
-# Issues and Bug reports
-
-Submit bugs and issues to https://todo.sr.ht/~ach/minias
-
# Building
Install the [peg/leg](https://www.piumarta.com/software/peg/) parser generator, make and a C compiler and run:
@@ -68,6 +64,10 @@ Bonus features:
- One day it would be nice to write a 'minipeg' in a single .c
file that can be bundled in projects.
+# Bug reports
+
+Submit bugs to https://todo.sr.ht/~ach/minias
+
# Resources
- [intel reference](https://software.intel.com/content/dam/develop/external/us/en/documents-tps/325383-sdm-vol-2abcd.pdf) - Specifically chapter 2.1 and chapter 3.1.