Update documentation re: multiple input .obj files

This commit is contained in:
AK6DN 2020-03-06 21:51:29 -08:00
parent fa38443f8a
commit 4523bd75e0
2 changed files with 6 additions and 13 deletions

View File

@ -37,11 +37,6 @@ DESCRIPTION
console load commands, and loadable absolute binary program images (.BIN)
files.
Currently the program is limited to a single object input file that can be
output in the selected format. Multiple .psect/.asect ops are supported,
as well as all local (non-global) relocation directory entries. Multiple
object files are (not yet) supported.
OPTIONS
The following options are available:
@ -128,6 +123,8 @@ EXAMPLES
obj2bin.pl --verbose --binary --out memtest.bin memtest.obj
obj2bin.pl --verbose --binary --out prftst.bin prftst.obj mac/printf.obj
AUTHOR
Don North - donorth <ak6dn _at_ mindspring _dot_ com>
@ -140,7 +137,6 @@ HISTORY
2016-01-20 v1.3 donorth - Initial support for linking multiple PSECTs.
2016-01-22 v1.4 donorth - Added objfile/outfile/logfile switches vs stdio.
2016-01-28 v1.5 donorth - Added RLD processing, especially complex.
2017-04-01 v2.0 donorth - Started to add capability to process multiple
input object files ... still a work in progress.
2017-04-01 v2.0 donorth - Added capability to process multiple input object files.
Renamed from obj2hex.pl to obj2bin.pl
```

View File

@ -63,10 +63,6 @@ binary program images (.BIN) files.
Multiple .psect/.asect ops are supported, as well as all local
(non-global) relocation directory entries.
Multiple input object files are (not yet fully) supported - this
part is work in progress. In particular definition and resolution
of global symbols are not supported.
=head1 OPTIONS
The following options are available:
@ -167,6 +163,8 @@ Some examples of common usage:
obj2bin.pl --verbose --binary --out memtest.bin memtest.obj
obj2bin.pl --verbose --binary --out prftst.bin prftst.obj mac/printf.obj
=head1 AUTHOR
Don North - donorth <ak6dn _at_ mindspring _dot_ com>
@ -181,8 +179,7 @@ Modification history:
2016-01-20 v1.3 donorth - Initial support for linking multiple PSECTs.
2016-01-22 v1.4 donorth - Added objfile/outfile/logfile switches vs stdio.
2016-01-28 v1.5 donorth - Added RLD processing, especially complex.
2017-04-01 v2.0 donorth - Started to add capability to process multiple
input object files ... still a work in progress.
2017-04-01 v2.0 donorth - Added capability to process multiple input object files.
Renamed from obj2hex.pl to obj2bin.pl
=cut