Question: Develop an application in C++ that can accept an assembly language command and using the Theoretical Processor specification document, translates any valid command entered to
Develop an application in C++ that can accept an assembly language command and using the Theoretical Processor specification document,
translates any valid command entered to Hexadecimal. The application can take a single command at a time, outputting one, two or three bytes (depending on the command) The application should report if the input is invalid The output does not need any bytes swapped, input should be assumed to be big endian. To gain further marks, you are welcome to expand on the functionality of the program once you have achieved the key aims. For example; Process multiple commands at once Input and/or output via .txt file Option to output in little endian
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
