Skip to content

Commit

Permalink
Update documentation re: multiple input .obj files
Browse files Browse the repository at this point in the history
  • Loading branch information
AK6DN committed Mar 7, 2020
1 parent fa38443 commit 4523bd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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>
Expand All @@ -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
```
9 changes: 3 additions & 6 deletions obj2bin.pl
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ =head1 DESCRIPTION
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:
Expand Down Expand Up @@ -167,6 +163,8 @@ =head1 EXAMPLES
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>
Expand All @@ -181,8 +179,7 @@ =head1 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
Expand Down

0 comments on commit 4523bd7

Please sign in to comment.