<sect1>Command line option overview<p>
-
+
The assembler accepts the following options:
<tscreen><verb>
<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
<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>