1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-13 09:31:53 +00:00

Fixed a problem

git-svn-id: svn://svn.cc65.org/cc65/trunk@2986 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-04-28 08:57:46 +00:00
parent da3afb7cc7
commit 9d9c45a1f7

View File

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