Alpha

From OSDev Wiki
Jump to navigation Jump to search

This article is a stub! This page or section is a stub. You can help the wiki by accurately contributing to it.

This page is under construction! This page or section is a work in progress and may thus be incomplete. Its content may be changed in the near future.

DEC Alpha or just Alpha is a 64-bit RISC CPU architecture created by Digital Equipment Corporation (DEC) and later developed by Compaq, mainly targeted at the workstation and server market.


Features

  • Thirty-two 64-bit general purpose registers, R0 to R31
    • R31 always yields zero when read, writes are discarded
  • Thirty-two double-precision (quadword, 64-bit) floating point registers, F0 to F31
    • F31 same as with its integer counterpart, this is always zero
  • Bi-endian
  • SIMD instruction set extension, the Motion Video Instructions (MVI)

Compiler support

  • GCC
  • Compaq Compiler Kit

Emulator support

External links