This program is shareware--you may freely distribute it, but it is copyrighted. copyright 1991 by David L. Newton Not responsible for damage incurred via use of this product. (If you manage to damage something using it though, let me know, I'm dying to hear how ya' managed to do that.) Donations from satisfied users are of course welcome: send to David L. Newton, 1890 Maple, #135, Evanston, IL 60201. Upgrades are planned, including a hex editor and bunches of other stuff. Ideas welcome. hd.com is a simple program that creates a hexadecimal dump of input files fed to it. hd will output a form feed after every file to facilitate printing. usage: hd file[s] output is devastatingly obvious: the file name is listed, followed by a header showing the addresses, then the file is output byte by byte, with an ASCII representation bringing up the rear. example: -------- File: hd.com Addr 0 1 2 3 4 5 6 7 8 9 A B C D E F 0123456789ABCDEF Addr ----------------------------------------------------------------------------- 0000 8C CA 2E 89 16 0D 03 B4 30 CD 21 8B 2E 02 00 8B ........0.!..... 0000 0010 1E 2C 00 8E DA A3 F7 1F 8C 06 F5 1F 89 1E F1 1F .,.............. 0010 0020 89 2E 0D 20 E8 16 01 C4 3E EF 1F 8B C7 8B D8 B9 ... ....>....... 0020 0030 FF 7F FC F2 AE E3 61 43 26 38 05 75 F6 80 CD 80 ......aC&8.u.... 0030 0040 F7 D9 89 0E EF 1F B9 01 00 D3 E3 83 C3 08 83 E3 ................ 0040