diff options
author | bd <bdunahu@operationnull.com> | 2025-04-16 16:37:18 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-16 16:37:18 -0400 |
commit | 768ebe5c796d85d0262260c9a0b1f7aec28b8844 (patch) | |
tree | b2a3f2a7539aa494019ebc7c14be83b68aaad805 /README.md | |
parent | 4195307803b49966831c3646e059088c3087f489 (diff) |
Let displacement for JAL+JMP be the absolute file position of label
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |