diff docs/manual.docbook.sgml @ 533:543b5d1341d2

Add note to manual about numeric entry addresses in scripts Link scripts require a numeric entry address to begin with a digit. Make a note about that in the manual since hex addresses starting with letters could be mistaken for symbols.
author William Astle <lost@l-w.ca>
date Sat, 14 May 2022 12:57:50 -0600
parents b530ff19f7c0
children f12c767c363e
line wrap: on
line diff
--- a/docs/manual.docbook.sgml	Sat May 14 12:28:44 2022 -0600
+++ b/docs/manual.docbook.sgml	Sat May 14 12:57:50 2022 -0600
@@ -2605,6 +2605,9 @@
 that support this directive automatically starts at the beginning of the
 first section (usually "init" or "code") that is emitted in the binary.
 </para>
+
+<para>Note that if you use a numeric value here, you will need to ensure
+it starts with a digit. That may mean adding a leading zero.</para>
 </listitem>
 </varlistentry>