From 768ebe5c796d85d0262260c9a0b1f7aec28b8844 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 16 Apr 2025 16:37:18 -0400 Subject: Let displacement for JAL+JMP be the absolute file position of label --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3