diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-07-05 15:45:45 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-07-05 15:45:45 -0700 |
commit | d78fc550b816eb3c57a81df6132d1e56bd651e24 (patch) | |
tree | f8502b7f0b11a26e09fb42415db25c4a5f805490 /doc | |
parent | fc87e65aecc12ce8986be79ac5fb1dd1ed87d825 (diff) | |
download | nasm-d78fc550b816eb3c57a81df6132d1e56bd651e24.tar.gz nasm-d78fc550b816eb3c57a81df6132d1e56bd651e24.tar.bz2 nasm-d78fc550b816eb3c57a81df6132d1e56bd651e24.zip |
doc: srec produces S-records, not Intel hex...
Copy and paste accident...
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nasmdoc.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 77d58ab..4a3e165 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -4580,7 +4580,7 @@ the \c{ith} file format. \H{srecfmt} \i\c{srec}: \i{Motorola S-Record} Output -The \c{srec} file format produces Intel Hex-format files. Just as the +The \c{srec} file format produces Motorola S-record files. Just as the \c{bin} format, this is a flat memory image format with no support for relocation or linking. It is usually used with ROM programmers and similar utilities. |