Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

64-bit

You are here: irt.org | FOLDOC | 64-bit

<architecture> A term describing a computer architecture with an ALU, registers and data bus which handle 64 bits at a time.

64-bit processors were quite common by 1996, e.g. Digital Alpha, versions of Sun SPARC, MIPS, IBM AS/4000. The PowerPC and Intel were expected to move to 64 bits at their next generation - PPC 620 and Intel P7.

Being able to deal with 64-bit binary numbers means the processor can work with signed integers between +-2^32 or unsigned integers between zero and 2^64-1. A 64-bit address bus allows the processor to address 18 million gigabytes as opposed to the mere four gigabytes allowed with 32 bits. In 1996 hard disks could already hold over 4 GB. Floating point calculations can also be more accurate.

A 64-bit OS is needed as well to take advantage of the CPU. In 1996 there were only a few 64-bit operating systems, including OS/400, Digital Unix, Solaris (partialy). A 32-bit OS can run on a 64-bit CPU.

(2004-05-12)

Nearby terms: 6.001 « 610 « 6309 « 64-bit » 6501 » 6502 » 650x

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb