diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-05-13 13:14:11 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-05-13 13:14:11 -0400 |
| commit | c41d9302ae9d62a2a18afc26758085d9633ab314 (patch) | |
| tree | 94f6448b7daed5f5a80a1b29e855fa9a1d97525c /README.md | |
| parent | f7b17ef5b489d7bdeeda7e7f4b073727b0de29f9 (diff) | |
Ignoring Comments and Encoding Jumps
Diffstat (limited to 'README.md')
| -rwxr-xr-x | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -8,6 +8,16 @@ emulator. Currently this assembler can only handle standard instructions, which means no sections and no predefined data outside of an I-Type instruction. +## TODO + +- ~Assemble Instructions into Binary~ + +- ~Handle Labels and Jumps~ + +- Encode Data Section into Binary + +- ~Ignore Comments~ + ## Instructions Here is a list of supported instructions. |
