summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSiddarth Suresh <155843085+SiddarthSuresh98@users.noreply.github.com>2025-04-16 16:43:38 -0400
committerGitHub <noreply@github.com>2025-04-16 16:43:38 -0400
commit3b8a36443a6d83b54fc698a774ef50705f36dcb9 (patch)
treec129a6d326a10f40e1a53144313d397b71eefba7 /README.md
parent890119fceed9c57c86b43ace15ee016eb403c36a (diff)
parent76dca859f9a4c5e5575a3097d3d3a6f96d781258 (diff)
Merge pull request #9 from bdunahu/bdunahu
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