From: cuz Date: Wed, 28 Apr 2004 08:57:46 +0000 (+0000) Subject: Fixed a problem X-Git-Tag: V2.12.0~840 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9d9c45a1f7a6acb61e8b3d1d36579b0a353a2860;p=cc65 Fixed a problem git-svn-id: svn://svn.cc65.org/cc65/trunk@2986 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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