From 23cc295b08661bab604237582acd5bf5773dd6d3 Mon Sep 17 00:00:00 2001 From: bbbradsmith Date: Tue, 21 Feb 2023 07:32:38 -0500 Subject: [PATCH] improve description of large-alignment warning --- doc/ca65.sgml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/ca65.sgml b/doc/ca65.sgml index f2f7e94c0..062b6d0c7 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -2114,14 +2114,13 @@ Here's a list of all control commands and a description, what they do: the assembler will force a segment alignment to the least common multiple of 15, 18 and 251 - which is 22590. To protect the user against errors, when the combined alignment is larger than the explicitly requested alignments, - and also exceeds 256, the assembler will issue a warning. The command line + the assembler will issue a warning if it also exceeds 256. The command line option will disable this warning. - Please note that with alignments that are a power of two (which were the - only alignments possible in older versions of the assembler) will not cause - a warning, because the least common multiple of powers to the same base is - always the larger one. + Please note that with only alignments that are a power of two, a warning will + never occur, because the least common multiple of powers to the same base is + always simply the larger one.