Description: Write a complete program reads characters from the keyboard, if it is a decimal ' 0 ' to ' 9' , the output of the 8-bit binary code number on the screen and stored in numerical order beginning BUF array, if the read character is ' Q' or ' q' , then the program exits, otherwise the print on the screen " You must input 0 ~ 9, or ' q' or ' Q' " . (If the input character is ' 9 ' , the output " 00001001" )
To Search:
File list (Check if you may need any files):
C.ASM