aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Comeaux <jacquesrcomeaux@protonmail.com>2024-05-26 17:27:25 -0500
committerJacques Comeaux <jacquesrcomeaux@protonmail.com>2024-05-26 17:27:25 -0500
commite8bc3587cce27b25ba07469964828a327471e5ed (patch)
tree641fdc1d6d87cebdf90f0e793a2b43ab93605205
parent50dc62be4128b6c17b4ff42c0440250526a23215 (diff)
Move string compare and fix README
-rw-r--r--README.md10
-rw-r--r--misc/string.s (renamed from string.s)0
2 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index 8ebd951..960bc58 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,9 @@ and begin executing them as instructions.
This is the first step in bootstrapping the whole system.
-%% Better editor
+## Better editor
-%% A more robust and user-friendly hex-editor.
-%% It can duplicate itself.
+A more robust and user-friendly hex editor.
## Assembler
@@ -41,7 +40,6 @@ Goals:
- Reasonably extensible
- Small code size
-%% ## LISP Interpreter
+## LISP Interpreter
-%% A LISP interpreter for the Raspberry Pi Pico,
-%% developed ON a raspberry pi pico
+A LISP interpreter for the Raspberry Pi Pico.
diff --git a/string.s b/misc/string.s
index 0ed7ca3..0ed7ca3 100644
--- a/string.s
+++ b/misc/string.s