Modern Computer Architecture and Organization, by Jim Ledin. Published by Packt Publishing.
Write and execute a set of tests to verify correct operation of the checksum testing subroutine you implemented in Exercise 4 and Exercise 5. What is the shortest block of data your code can perform checksum validation upon? What is the longest block?
The checksum routine works for byte sequences with lengths from 1 to 255 bytes.