Skip to content

Commit f558be8

Browse files
committed
doc: document GROUP directive is cumulative
Signed-off-by: KO Myung-Hun <[email protected]>
1 parent 233e479 commit f558be8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/changes.src

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ It is the production version of NASM since 2025.
1414

1515
Put the updates for NASM 3.01 here...
1616

17+
\b Now \c{GROUP} directive cumulates sections for the same group.
18+
1719
\S{cl-3.00.01} Version 3.00.01
1820

1921
Put the updates for NASM 3.00.01 here...

doc/outfmt.src

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,10 @@ A group does not have to contain any segments; you can still make
327327
you are referring to. OS/2, for example, defines the special group
328328
\c{FLAT} with no segments in it.
329329

330+
\c{GROUP} is cumulative. The above example can be done like this:
331+
332+
\c group dgroup data
333+
\c group dgroup bss
330334

331335
\S{uppercase} \i\c{UPPERCASE}: Disabling Case Sensitivity in Output
332336

0 commit comments

Comments
 (0)