From e5fdc60c2bc62ed7ba3a0339885c9c26939653d9 Mon Sep 17 00:00:00 2001 From: Soronel Haetir Date: Mon, 19 Jan 2009 17:27:11 -0900 Subject: [PATCH] Document the as86 ..start label 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 7d2e3ce0..13d85733 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -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 -- 2.11.4.GIT