Assembler/TODO.txt
XOR 20f729d0fd The commit before this one also contained:
Refactoring
Adding error handling
Adding a clang format file
Updating gitignore
Updating TODO
2023-02-27 14:52:37 +01:00

9 lines
398 B
Text
Executable file

#Convert tokens to Machiene code
Check for Errors in the EIPA Assembly (using the tokens)
#Save Machiene code in a file
#Add command line options
#COMMENTS!
function return errors + handling of those
Consider what happens when the input file contains too many instructions or one token is too long
Consider using a hashtable for the token array to eliminate the if else ladder in get_target_code