aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.