Question: Task 1: Develop a command line application that can accept an assembly language command and using the Theoretical Processor specification document, translates any valid command

 Task 1: Develop a command line application that can accept an

Task 1: Develop a command line application 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 A value (in an ADD or MOVE) can be assumed to be input as Decimal, and addresses (in STORE, LOAD, a JUMP) input as Hexadecimal. Addresses should be written in little 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!