LMC Load and Save
The following program will demonstrate the use of LDA and STA, the Load and Save instructions used in the LMC.Running the program: when prompted, INPUT a set of two numbers. The program should then OUTPUT them in the same order that they were entered. INPSTA firstINPSTA secondLDA firstOUTLDA secondOUTHLTfirst DATsecond DAT 0 INP1 STA 92 …