9 lines
398 B
Text
9 lines
398 B
Text
#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
|