Base Address

What Does Base Address Mean?

A base address is an absolute address that acts as a reference point for other addresses. The base address is used in computing as a relative address of an instruction within a program or the location of a piece of data currently being worked on by the program. The base address may be addressable, or capable of being referred to, depending on how the manufacturer designs the hardware/software interface.

Advertisements

To compute an absolute address, an offset is added to the base address.

Techopedia Explains Base Address

Base addresses go back to the mainframe days of pageable memory; the earliest computational machines, which had fixed and limited memory and could only run one program at a time. These machines always loaded programs into the same memory location as their base. Later, virtual-memory machines, which could run several programs at once via partitions (mainframe) or page-swapping, could load a program anywhere. The base address allowed the OS to give the executing program a reference point for computing further instruction and data locations.

Historically, when memory was unprotected, a programmer could directly address the computer’s memory by knowing the length of the instruction set commands. This made it possible to alter the program by overlaying the bits in the instruction with another valid bit pattern, thus giving another instruction for the program to follow. Early versions of COBOL allowed this at a symbolic level through the ALTER, GO TO, and DEPENDING ON clauses.

Advertisements

Related Terms

Latest Data Management Terms

Related Reading

Margaret Rouse

Margaret Rouse is an award-winning technical writer and teacher known for her ability to explain complex technical subjects to a non-technical, business audience. Over the past twenty years her explanations have appeared on TechTarget websites and she's been cited as an authority in articles by the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine and Discovery Magazine.Margaret's idea of a fun day is helping IT and business professionals learn to speak each other’s highly specialized languages. If you have a suggestion for a new definition or how to improve a technical explanation, please email Margaret or contact her…