]> git.sur5r.net Git - cc65/commitdiff
Fixed a problem
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 28 Apr 2004 08:57:46 +0000 (08:57 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 28 Apr 2004 08:57:46 +0000 (08:57 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2986 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/ca65.sgml

index 2437f9759338c5027cc5996cbdd440c9b93c1112..c093fd033d43e3d5c4e366c2fa21f92a528292ef 100644 (file)
@@ -80,7 +80,7 @@ development:
 
 
 <sect1>Command line option overview<p>
-
 The assembler accepts the following options:
 
 <tscreen><verb>
@@ -924,7 +924,7 @@ Possible address sizes are:
 <item>Absolute (16 bits)
 <item>Far (24 bits)
 <item>Long (32 bits)
-<itemize>
+</itemize>
 
 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:
 <item>ABSOLUTE, ABS or NEAR for absolute addressing (16 bits).
 <item>FAR for far addressing (24 bits).
 <item>LONG or DWORD for long addressing (32 bits).
-<itemize>
+</itemize>
 
 
 <sect1>Address sizes of segments<p>