diff options
author | Siddarth Suresh <155843085+SiddarthSuresh98@users.noreply.github.com> | 2025-04-16 16:43:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-16 16:43:38 -0400 |
commit | 3b8a36443a6d83b54fc698a774ef50705f36dcb9 (patch) | |
tree | c129a6d326a10f40e1a53144313d397b71eefba7 /README.md | |
parent | 890119fceed9c57c86b43ace15ee016eb403c36a (diff) | |
parent | 76dca859f9a4c5e5575a3097d3d3a6f96d781258 (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.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 |