Interpretation of memory layout -


on page, there example image of part of memory layout program :

enter image description here

what each line in such image represent? each line represent single line of physical memory ? physical memory has 32-bit or 64 bit each line, in case, each line in image cover several lines of physical memory ?

thanks.

each 2 digit group represents 1 octet (byte). laid out in groups of 16 octets because fits on printed page or terminal screen. address of leftmost octet in left column (e.g. 00430020).

this representation used typographic convention , not have relation physical structure of memory.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -