mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -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:
committed by
H. Peter Anvin (Intel)
parent
69c25535ae
commit
35ef2e2d1a
@@ -651,7 +651,8 @@ It will get linked into the \c{.text} section anyway - see the info on
|
|||||||
\c ... ; Code linked only if referenced from C
|
\c ... ; Code linked only if referenced from C
|
||||||
\c
|
\c
|
||||||
\c section .rdata align=32 comdat=5:FirstFnc
|
\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
|
\c
|
||||||
|
|
||||||
The defaults assumed by NASM if you do not specify the above
|
The defaults assumed by NASM if you do not specify the above
|
||||||
|
Reference in New Issue
Block a user