mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-02 23:31:56 +00:00
00cd830bd0
Changed to match the base builds. binprint.asm: Renamed to doline.asm. The default makefiles don't like to have name overloading like there was with binprint.c and binprint.asm doline.asm: - added a dummy segment - added the setcom directive binprint.c: - added stack checking code - prototyped functions - removed extraneous declarations - fflush stdout before writing to STDOUT_FILENO binprint.1, binprint.desc, binprint.rez: - initial checkin
11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
Name: binprint
|
|
Version: 1.3
|
|
Shell: GNO, ORCA
|
|
Author: Derek Taubert.
|
|
Contact: taubert@geeks.org
|
|
Where: /bin
|
|
FTP: ftp.gno.org
|
|
|
|
binprint displays files in hex-dump format. It also provides an ASCII
|
|
subdisplay if it is so desired.
|