comparison doc/manual.docbook.sgml @ 407:b2e007c28b8f

Changed ENDS to be ENDSTRUCT instead of ENDSECTION since ENDSTRUCT is required but ENDSECTION is not; updated docs to reflect change
author lost@l-w.ca
date Fri, 23 Jul 2010 19:53:43 -0600
parents 0324fd09c7ac
children 637f46c5b2b7
comparison
equal deleted inserted replaced
406:502fbc37ff4e 407:b2e007c28b8f
1134 </para> 1134 </para>
1135 </listitem> 1135 </listitem>
1136 </varlistentry> 1136 </varlistentry>
1137 <varlistentry> 1137 <varlistentry>
1138 <term>ENDSTRUCT</term> 1138 <term>ENDSTRUCT</term>
1139 <listitem> 1139 <term>ENDS</term>
1140 <para> 1140 <listitem>
1141 This directive ends the definition of the structure. 1141 <para>
1142 This directive ends the definition of the structure. ENDSTRUCT is the
1143 preferred form. Prior to version 3.0 of LWASM, ENDS was used to end a
1144 section instead of a structure.
1142 </para> 1145 </para>
1143 </listitem> 1146 </listitem>
1144 </varlistentry> 1147 </varlistentry>
1145 </variablelist> 1148 </variablelist>
1146 1149
1313 </varlistentry> 1316 </varlistentry>
1314 1317
1315 <varlistentry> 1318 <varlistentry>
1316 <term>ENDSECTION</term> 1319 <term>ENDSECTION</term>
1317 <term>ENDSECT</term> 1320 <term>ENDSECT</term>
1318 <term>ENDS</term>
1319 <listitem> 1321 <listitem>
1320 <para> 1322 <para>
1321 This directive ends the current section. This puts assembly outside of any 1323 This directive ends the current section. This puts assembly outside of any
1322 sections until the next SECTION directive. 1324 sections until the next SECTION directive. ENDSECTION is the preferred form.
1325 Prior to version 3.0 of LWASM, ENDS could also be used to end a section but
1326 as of version 3.0, it is now an alias for ENDSTRUCT instead.
1323 </listitem> 1327 </listitem>
1324 </varlistentry> 1328 </varlistentry>
1325 1329
1326 <varlistentry> 1330 <varlistentry>
1327 <term><parameter>sym</parameter> EXTERN</term> 1331 <term><parameter>sym</parameter> EXTERN</term>