Write a machine code program for the LC3. It should print out the letters: ZYX..DCBAABCD....XYZ. That's a total of 26 *
Posted: Fri May 20, 2022 4:36 pm
Write a machine code program for the LC3. It should print out
the letters:
ZYX..DCBAABCD....XYZ. That's a total of 26 * 2 = 52 letters. You
must use one or two
loops.
Must be in binary and not assembly language
the letters:
ZYX..DCBAABCD....XYZ. That's a total of 26 * 2 = 52 letters. You
must use one or two
loops.
Must be in binary and not assembly language