comparison docs/manual.docbook.sgml @ 575:d562ecd3ffd8

Fix typo in manual
author William Astle <lost@l-w.ca>
date Wed, 05 Jun 2024 11:40:38 -0600
parents fc072f6cde09
children
comparison
equal deleted inserted replaced
574:a0c9433dc0d4 575:d562ecd3ffd8
2002 optimization remains and can result in a very long assembly time. Because 2002 optimization remains and can result in a very long assembly time. Because
2003 of this, "forwardrefmax" has been the default setting since version 4.14 of 2003 of this, "forwardrefmax" has been the default setting since version 4.14 of
2004 LWTOOLS. To turn it off, use "noforwardrefmax".</para> 2004 LWTOOLS. To turn it off, use "noforwardrefmax".</para>
2005 2005
2006 <para>Enabling this pragma will cause all forward references to use the 2006 <para>Enabling this pragma will cause all forward references to use the
2007 maximum offset or address size, much the same has EDTASM and other pure 2007 maximum offset or address size, much the same as EDTASM and other pure
2008 two pass assemblers do. The side effect is that all line lengths and 2008 two pass assemblers do. The side effect is that all line lengths and
2009 symbol values are fully resolved after the initial parsing pass and the 2009 symbol values are fully resolved after the initial parsing pass and the
2010 amount of work to resolve everything becomes almost nil.</para> 2010 amount of work to resolve everything becomes almost nil.</para>
2011 2011
2012 <para>While this pragma can be applied selectively to sections of source 2012 <para>While this pragma can be applied selectively to sections of source