summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-16 16:37:18 -0400
committerbd <bdunahu@operationnull.com>2025-04-16 16:37:18 -0400
commit768ebe5c796d85d0262260c9a0b1f7aec28b8844 (patch)
treeb2a3f2a7539aa494019ebc7c14be83b68aaad805 /README.md
parent4195307803b49966831c3646e059088c3087f489 (diff)
Let displacement for JAL+JMP be the absolute file position of label
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index d0f1a19..4314d58 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,14 @@ A common-lisp implementation (SBCL) and the following libraries are required to
Run `make` to produce a binary file in `/bin/`. To run the unit tests, run `make test`. See the make file for further options.
+## Todo
+
+- add named register aliases
+- add 'mov'', 'leave' pseudo-instructions
+- allow .text and .data to appear anywhere, any number of times
+- rewrite tests to be independent of each other
+- write negative test cases
+
# About
Created at the University of Massachusetts, Amherst