comparison 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
comparison
equal deleted inserted replaced
532:b8e9ac01deda 533:543b5d1341d2
2603 resulting file. If not specified, the entry point is assumed to be address 0 2603 resulting file. If not specified, the entry point is assumed to be address 0
2604 which is probably not what you want. The default link scripts for targets 2604 which is probably not what you want. The default link scripts for targets
2605 that support this directive automatically starts at the beginning of the 2605 that support this directive automatically starts at the beginning of the
2606 first section (usually "init" or "code") that is emitted in the binary. 2606 first section (usually "init" or "code") that is emitted in the binary.
2607 </para> 2607 </para>
2608
2609 <para>Note that if you use a numeric value here, you will need to ensure
2610 it starts with a digit. That may mean adding a leading zero.</para>
2608 </listitem> 2611 </listitem>
2609 </varlistentry> 2612 </varlistentry>
2610 2613
2611 <varlistentry> 2614 <varlistentry>
2612 <term>pad <parameter>size</parameter></term> 2615 <term>pad <parameter>size</parameter></term>