Skip to content

Commit

Permalink
Added another TODO ahhhhhhhhhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng-alvin committed Dec 30, 2023
1 parent c4d95f5 commit 5c7bc34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
- TODO Write test cases for other functions.
- TODO Rewrite unit tests.
- TODO Since many instructions have overlapping operand encodings like `MR` or `M` (As per the intel manuals). Therefore, we can just make functions for encoding these instructions and then call them in the main function. This will reduce the code size and make it more readable.
- TODO Ensure ALL header files have documentation!!!
- TODO Ensure ALL header files have documentation!!!
- Encapsulate WRITE macro into a "high level" write function instead of using a macro that hogs space inside my code.

0 comments on commit 5c7bc34

Please sign in to comment.