mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
Fixed PDF doc line overflow
Resolved Conflicts: doc/nasmdoc.src Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
69c25535ae
commit
35ef2e2d1a
1 changed files with 4 additions and 3 deletions
|
|
@ -645,13 +645,14 @@ It will get linked into the \c{.text} section anyway - see the info on
|
|||
\W{https://github.com/MicrosoftDocs/win32/blob/docs/desktop-src/Debug/pe-format.md#grouped-sections-object-only}\c{Grouped Sections}.
|
||||
|
||||
\c section .text$1 align=16 comdat=1:FirstFnc
|
||||
\c ... ; Code linked only if referenced from C
|
||||
\c ... ; Code linked only if referenced from C
|
||||
\c
|
||||
\c section .text$1 align=16 comdat=1:SecondFnc
|
||||
\c ... ; Code linked only if referenced from C
|
||||
\c ... ; Code linked only if referenced from C
|
||||
\c
|
||||
\c section .rdata align=32 comdat=5:FirstFnc
|
||||
\c ... ; Data linked only if the related code (FirstFnc) is linked
|
||||
\c ... ; Data linked onlyif the related code
|
||||
\c ; (FirstFnc) is linked
|
||||
\c
|
||||
|
||||
The defaults assumed by NASM if you do not specify the above
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue