DUMP Utility
DUMP is a utility displaying a file's content both as binary (hexadecimal) and as character (ASCII).
As a contrast to the standard dump tool this implementation displays more information.
Standard CP/M DUMP:
CP/M 3 DUMP - Version 3.0
0000: C3 BD 01 44 55 4D 50 20 56 65 72 73 69 6F 6E 20 ...DUMP Version
0010: 32 2E 31 00 2A 2A 2A 2A 20 46 69 6C 65 20 6E 6F 2.1.**** File no
0020: 74 20 66 6F 75 6E 64 20 2A 2A 2A 0D 2A 2A 2A 2A t found ***.****
This version of DUMP:
DUMP Version 2.1
DUMP321.COM RECORD 0000 ADDRESS 000000
000000 C3 BD 01 44 55 4D 50 20 56 65 72 73 69 6F 6E 20 |...DUMP Version |
000010 32 2E 31 00 2A 2A 2A 2A 20 46 69 6C 65 20 6E 6F |2.1.**** File no|
000020 74 20 66 6F 75 6E 64 20 2A 2A 2A 0D 2A 2A 2A 2A |t found ***.****|
Look here for the source file: