Memory - Physical Address

Card Puncher Data Processing

Memory - Physical Address

About

Application - Addressing in computer memory

Same as Physical Address ??

An offset is not an address but a address distance. See Memory Segment - Offset - (Relative|Effective) address

This article is about physical memory, the OS implements virtual memory and manipulate then virtual address. See Address

When storing and retrieving data from memory, an offset is used to determine the location in which the data is stored.

This is fixed-length sequences of digits (fix size) conventionally displayed and manipulated as unsigned integers.

An address is the location identifier (id number) of one data unit (byte or word) of data in memory.

Example

In a IO request, you will ask to retrieve 8 bytes of data starting at offset 8100.

To understand it better, just see the output of an hexdump

Format

The location is a bit string that is much more common to find represented as hexadecimal.

Addressing

Memory addressing in computer is dependent of:

One address determine the location of

Storage Size

The storage size of one address is determined by its addressing. ie

Management

Bus

The address information is transmitted via the address bus

Documentation / Reference





Discover More
Cpu Moore Law Transistor
CPU - Word size (8, 16, 32 and 64-bit)

The bits number of a processor represents the size of a word. The number of bits in a word (the word size, word width, or word length) is an important characteristic of any specific computer architecture....
Card Puncher Data Processing
IO - Address Space

In computing, an address space is a range of discrete addresses (a unique identifier for the location of data). The address space may be physical composed of physical address or virtual composed...
Instruction Format Intel64 Ia32
Intel Instruction Interpretation

This section is based on the section 3-1 - interpreting the instruction pages reference of the intel documentation and used the jmp mnemonic as example. Definition: The jmp mnemonic transfers program...
Hierachy Storage
Memory - (Primary|Main|Internal) Memory

Main memory is also known as: Primary storage internal memory (to distinguish from external memory, such as hard drives) often referred to simply as memory, is the only one directly accessible to...
Cpu Memory System Bus
Memory - Random-access memory (RAM)

RAM (Random-access memory) known also as physical memory is a component of the the primary memory The word RAM is often associated with volatile types of memory (such as DRAM memory modules), where the...



Share this page:
Follow us:
Task Runner