summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2024-05-13 13:14:11 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2024-05-13 13:14:11 -0400
commitc41d9302ae9d62a2a18afc26758085d9633ab314 (patch)
tree94f6448b7daed5f5a80a1b29e855fa9a1d97525c /README.md
parentf7b17ef5b489d7bdeeda7e7f4b073727b0de29f9 (diff)
Ignoring Comments and Encoding Jumps
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index fc47712..453c4bd 100755
--- a/README.md
+++ b/README.md
@@ -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.