From 36775e439f43ecce9819e3c552157f2a07cafd4f Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 24 May 2002 20:33:51 +0000 Subject: [PATCH] Missed one undecorated ORG --- doc/nasmdoc.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 031f140b..2e0850ae 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.