CompuServe Messages

#Misc.

#: 79076 S10/ProgrammingForum unknown
    04-Aug-87 20:45:52
Sb: #78850-#Misc.
Fm: Glenn Nielsen 75115,444
To: Don Curtis/SYSOP 76703,4321

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

Well I've had some success with this checksum business. The data checksum in the header is calculated as follows: You have to do longword EOR's on the mfm encoded data block and then AND the result with x55555555. header data c/s = ( longword 1 EOR longword 2 EOR…longword 256 ) & x55555555 I am still playing with header checksum. It is supposed to be the longword EOR's on the mfm encoded header data, but I haven't been able to duplicate it yet. <Glenn