Program Memory Is Used to Store Which Segment
Text is a old naming convention used for the code section sometimes called segment of a program. PROGRAM MEMORY ROM is used for permanent saving program being executed while DATA MEMORY RAM is used for temporarily storing and keeping intermediate results and variables. Avr Tutorials Loading Data From Program Memory The sement table of the current process is kept in memory and is referenced by two hardware registers the segment-table base register STBR and the segment-table length register STLR. . The memory is logically divided into text and data segments. Usually the text segment is sharable so that only a single copy needs to be in memory for frequently executed programs such as text editors the C compiler the shells and so on. Data segment It is represented by data section and the bss. One segment is used to contain instruction codes another segment stores the data elements and a third segment keeps the program stack. T...