diff options
| author | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-05-26 17:27:25 -0500 | 
|---|---|---|
| committer | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-05-26 17:27:25 -0500 | 
| commit | e8bc3587cce27b25ba07469964828a327471e5ed (patch) | |
| tree | 641fdc1d6d87cebdf90f0e793a2b43ab93605205 | |
| parent | 50dc62be4128b6c17b4ff42c0440250526a23215 (diff) | |
Move string compare and fix README
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | misc/string.s (renamed from string.s) | 0 | 
2 files changed, 4 insertions, 6 deletions
| @@ -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. | 
