Memory Maps/Diagrams
Style for memory maps/diagrams.
- Partial Diagram -
MemoryMapExample.pdf
is an example of a partial map. To identify an array you have defined
(e.g., int a[3]), do not use a pointer variable (with the name of
the array) that points to the first element of the array. In this
case, place the array name next to the first element of the array.
- Full diagram - The following is an example.
The memory map for memory_map.c
is memory_map.c.map.pdf