We have discussed how to fit and interpret linear models

24. ADD C D B # Convert D as int into ASCII 28. OUT C 1111 # Print out the number. 2C. ADD D D A # Increment D. 30. JMP 18 # Go back to the top of the loop. 34. HLT. Now, convert this program into binary, by translating each mnemonic into the binary equivalent shown in the “Instructions” section. Do the same with each value. ................
................