
   This is a (very short) README for the (very little) cdump-utility
   by Andreas H. Mueller (cameron@rupert.stochastik.rwth-aachen.de)

   cdump is a utility that I've written in frustration about
  the output-format of the normal 'hexdump' - utility.
  It is inspired by the memory-dump functions of the 'good old'
  proggies called monitors like on the Commodore 64 or Amiga.

   The output-format of cdump looks as follows:

00000530: 34 ff ff ff 68 80 08 00 08 e8 7a ff ff ff 83 c4 4...h.....z.....
00000540: 04 e8 fa fe ff ff e8 55 00 00 00 50 e8 77 ff ff .......U...P.w..
00000550: ff 5b 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00 .[..&......&....
00000560: b8 01 00 00 00 cd 80 eb f7 8d b4 26 00 00 00 00 ...........&....
00000570: 53 bb a4 1c 00 08 83 3d a4 1c 00 08 00 74 0d 90 S......=.....t..

   I've written this primary for myself and wouldn't wonder if there
  already exist hundrets of utilities like this. Now, here's one more.
   If you find bugs or something, please don't be too angry 'bout them,
  this utility has been born in less than four hours (from the idea up
  to the complete utility plus this doc).
   If you can need it, I hope you'll enjoy it, if not, just forget it.
