BINCHAR
Byte swap program
BINCHAR is a program written in Turbo C which reads in a series
of 8 bit
words from an input binary file and allows the user to view in
ASCII format.
Program Input:
BINCHAR requires as input a single binary file.
Program View:
00001FF0 y9W_4yS+_.D6 79 39 57 5F 34 79 53 2B 5F A7 44 36
00001FFD ,x-2(j_./ 2C 78 2D 32 28 6A 5F A4 2F
Program Use:
The program can be invoked as follows:
BINCHAR <>
where: is the name of the binary file. It has
the default
extension of .BIN.
If an input file is not specified, you will be prompted for one.