0
18kviews
Explain run time storage organization in details.
1 Answer
3
307views
  • An executable program generated by a compiler will have the following organization in memory on a typical architecture (such as on MIPS):

enter image description here

  • This is the layout in memory of an executable program.
  • Note that in a virtual memory architecture (which is the case for any modern operating system), some parts …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.