ReadHex8Test
The output of the ReadHex8Test
Notes: A screenshot of a terminal window showing the output of a function for testing the ReadHex8 subroutine of the HexDump program. The window has a series of repeated two-digit hex numbers with a blinking cursor at the end of the second line. The first number can be a lowercase or uppercase letter but the second number is always uppercase. The program uses the RedHex8 to read two digits entered with the keyboard and then uses PrintHex8 to repeat the number back. There are no non-hex digits as those get ignored by the program.