Missed one undecorated ORG
authorH. Peter Anvin <hpa@zytor.com>
Fri, 24 May 2002 20:33:51 +0000 (20:33 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 24 May 2002 20:33:51 +0000 (20:33 +0000)
doc/nasmdoc.src

index 031f140..2e0850a 100644 (file)
@@ -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.