0 PRINT"KEYPRESS by James Main Kenney 1995":PRINT:PRINT"Displays byte generated by any key or key combination and the screen character defined for it; CTRL-Break to exit":PRINT 1 PRINT" Key ";:A=ASC(INPUT$(1)):PRINT USING"generates ### ";A;:PRINT CHR$(A):GOTO 1 .