From: H. Peter Anvin Date: Fri, 24 May 2002 20:33:51 +0000 (+0000) Subject: Missed one undecorated ORG X-Git-Tag: nasm-2.11.05~2349 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36775e439f43ecce9819e3c552157f2a07cafd4f;p=platform%2Fupstream%2Fnasm.git Missed one undecorated ORG --- diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 031f140..2e0850a 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -3600,7 +3600,7 @@ allocated \c{ORG 0} by default. are placed in the order of the \c{ORG} statement. The code is padded with 0s to give the correct offsets within the output file. -\b If a section has multiple \c{ORG} statements, the last ORG statement +\b If a section has multiple \c{ORG} statements, the last \c{ORG} statement is applied to the entire section, without affecting the order in which the separate parts of the section are put together at assembly time.