This program should be written in LC-3 assembly.
This program will read a two 3 digit decimal numbers from the user and add them together. These numbers should only be positive. Print out this number in binary (16-bit two's complement) and as a decimal value (which could be up to four digits).
In order to accomplish this, your program must:
Turn in your source code (the .asm file) making sure that your name, id, and all relevant information is located in a block of comments at the top of the file.