diff docs/ccguide/chap2.chapter @ 530:c43b678c0055

Mainly section structures added.
author roug
date Sat, 12 Oct 2002 12:03:22 +0000
parents 60b821f18853
children 0e84dcd81835
line wrap: on
line diff
--- a/docs/ccguide/chap2.chapter	Fri Oct 11 19:11:01 2002 +0000
+++ b/docs/ccguide/chap2.chapter	Sat Oct 12 12:03:22 2002 +0000
@@ -37,5 +37,77 @@
 set to $81 (Reentrant + 1).
 </para>
 </section>
+
+<section>
+<title>Execution Offset</title>
+<para>
+</para>
+</section>
+
+<section>
+<title>Storage Size</title>
+<para>
+</para>
+</section>
+
+<section>
+<title>Module Name</title>
+<para>
+</para>
+</section>
+
+<section>
+<title>Information</title>
+<para>
+</para>
+</section>
+
+<section>
+<title>Executable Code</title>
+<para>
+</para>
+</section>
+
+<section>
+<title>String Literals</title>
+<para>
+</para>
+</section>
+
+<section>
+<title>Initializing Data and its Size</title>
+<para>
+</para>
+</section>
+
+<section>
+<title>Data References</title>
+<para>
+</para>
+</section>
+</section>
+
+<section>
+<title>Memory Management</title>
+<para>
+The C compiler and its support programs have default conditions
+such that the average programmer need not be concerned with details
+of memory management. However, there are situations where advanced
+programmers may wish to tailor the storage allocation of a program
+for special situations. The following information explains in
+detail how a C program's data area is allocated and used.
+</para>
+
+<section>
+<title>Typical C Program Memory Map</title>
+<para>
+</para>
+</section>
+
+<section>
+<title>Compile Time Memory Allocation</title>
+<para>
+</para>
+</section>
 </section>
 </chapter>