Document the as86 ..start label
authorSoronel Haetir <soronel.haetir@soronel.com>
Tue, 20 Jan 2009 02:27:11 +0000 (17:27 -0900)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 21 Jan 2009 23:30:27 +0000 (15:30 -0800)
I realized that a documentation change is required to inform users about the
addition of entry point support for the as86 format.  The following produces
reasonable output for .txt output, but I am blind and so can't check the
other formats as readily.

doc/nasmdoc.src

index 7d2e3ce..13d8573 100644 (file)
@@ -5558,10 +5558,10 @@ NASM supports this format, just in case it is useful, as \c{as86}.
 \c{as86} provides a default output file-name extension of \c{.o}.
 
 \c{as86} is a very simple object format (from the NASM user's point
-of view). It supports no special directives, no special symbols, no
-use of \c{SEG} or \c{WRT}, and no extensions to any standard
-directives. It supports only the three \i{standard section names}
-\i\c{.text}, \i\c{.data} and \i\c{.bss}.
+of view). It supports no special directives, no use of \c{SEG} or \c{WRT},
+and no extensions to any standard directives. It supports only the three
+\i{standard section names} \i\c{.text}, \i\c{.data} and \i\c{.bss}.  The
+only special symbol supported is \c{..start}.
 
 
 \H{rdffmt} \I{RDOFF}\i\c{rdf}: \i{Relocatable Dynamic Object File