diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 2437f9759..c093fd033 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -80,7 +80,7 @@ development: Command line option overview

- + The assembler accepts the following options: @@ -924,7 +924,7 @@ Possible address sizes are: Absolute (16 bits) Far (24 bits) Long (32 bits) - + Since the assembler uses default address sizes for the segments and symbols, it is usually not necessary to override the default behaviour. In cases, where @@ -935,7 +935,7 @@ it is necessary, the following keywords may be used to specify address sizes: ABSOLUTE, ABS or NEAR for absolute addressing (16 bits). FAR for far addressing (24 bits). LONG or DWORD for long addressing (32 bits). - + Address sizes of segments