Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Memory addresses"

From NetSec
Jump to: navigation, search
Line 2: Line 2:
  
 
This is what is typically contained by an "Absolute Pointer" or "Absolute Address".
 
This is what is typically contained by an "Absolute Pointer" or "Absolute Address".
{{expand}}
+
 
 +
Related:
 +
* [[return address]]
 +
* [[Assembly#Memory_Addressing|memory addressing in assembly]]
 +
 
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Revision as of 20:55, 28 November 2012

Memory addresses are typically a 32-bit or 64-bit hexadecimal number referring to a region of random access memory (RAM).

This is what is typically contained by an "Absolute Pointer" or "Absolute Address".

Related: