File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ It is the production version of NASM since 2025.
1414
1515Put 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
1921Put the updates for NASM 3.00.01 here...
Original file line number Diff line number Diff line change @@ -327,6 +327,10 @@ A group does not have to contain any segments; you can still make
327327you 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
You can’t perform that action at this time.
0 commit comments