Mercurial > hg > Members > kono > nitros9-code
comparison docs/nitros9guide/exbin.refentry @ 1053:b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
capitalization and quotes (") to show what was commands, files and just
text. With today's formatting, this is not necessary, so everywhere
capitalization was used to show a command the <command> element is now
used instead, and everywhere a file is mentioned the <filename> element is used.
author | roug |
---|---|
date | Thu, 20 Mar 2003 20:19:53 +0000 |
parents | d9ed9d44b70c |
children | 4dae346c4969 |
comparison
equal
deleted
inserted
replaced
1052:6404be5d6368 | 1053:b5ff125a1d60 |
---|---|
23 data; or to convert OS-9 assembler or compiler-generated | 23 data; or to convert OS-9 assembler or compiler-generated |
24 programs to load on non-OS-9 systems. | 24 programs to load on non-OS-9 systems. |
25 </para> | 25 </para> |
26 <para> | 26 <para> |
27 "Path1" is assumed to be an | 27 "Path1" is assumed to be an |
28 S-Record format text file which EXBIN converts to pure binary form on | 28 S-Record format text file which <command>exbin</command> converts to pure binary form on |
29 a new file called "path2". The load addresses of each data record | 29 a new file called "path2". The load addresses of each data record |
30 must describe continguous data in ascending order. | 30 must describe continguous data in ascending order. |
31 </para> | 31 </para> |
32 <para> | 32 <para> |
33 EXBIN does not generate or check for the proper OS-9 module | 33 <command>Exbin</command> does not generate or check for the proper OS-9 module |
34 headers or CRC check value required to actually load the binary | 34 headers or CRC check value required to actually load the binary |
35 file. The IDENT or VERIFY commands can be used to check the | 35 file. The IDENT or VERIFY commands can be used to check the |
36 validity of the modules if they are to be loaded or run. | 36 validity of the modules if they are to be loaded or run. |
37 Example: | 37 Example: |
38 </para> | 38 </para> |