Byte ordering

  • Authors:
  • David Hemmendinger;Edwin D. Reilly

  • Affiliations:
  • -;-

  • Venue:
  • Encyclopedia of Computer Science
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

In early computers, a cell, the smallest addressable unit of main memory, was the same as a word, the collection of bits that could be transferred between memory and the CPU in one operation. Typical word sizes varied from 24 bits (CDC 3100) to 64 bits (IBM Stretch--q.v.). If a programmer wanted to process less than a full word, he or she would have to fetch the entire word and then use appropriate machine instructions to extract the desired portion.