1)

The following program, “get2bcd.asm”, reads a two digit decimal number from the keyboard and then sends that two-digit decimal number to a LED’s as two digit BCD number. The program uses an appended subroutine, “getnum” that will read a ASCII character from the keyboard but ensure that it is a valid decimal number 0-9 (ASCII values ... ................
................