Like, we had the 8-bit era and the 16-bit era and the 32-bit era but then, aside from the obvious N64, people seemed to stop counting bits. Did they cease to be important? What are we on now?
Announcement
Collapse
No announcement yet.
What bit are we on now?
Collapse
X
-
Yeah, it used to define the number of bits-of-information that a CPU could read in a single clock cycle.
8-bit machines could only process 8-bits (one byte) at a time, which limited them to using relatively small numbers in calculations. To perform more complex calculations, they needed to combine the results of many calculations ... which slowed things down.
So as bits increased, computing got more efficient, faster, and sexier.
However, these days we tend to have CPU's that are performing several calculations concurrently (multiple cores, etc) and other co-processors doing donkey work in the background, and all manner of other wizardry, so declaring this to be the "n-bit era" is a bit pointless.
Comment
-
As peeven said the term referred to the console's word size, which long ago became irrelevant. It certainly was not the size of the address bus!
The K you refer to was the amount of memory the machine had (the same as your PC's RAM but with all kinds of extra usage limitations on various portions) and was used as a kind of slang for kB, which is kiloBytes (so 1024 * 8 bits). This has nothing to do with processing power or speed but affects the amount of game data that is loaded at any one time and the workspace for game state (the type of memory used can affect performance speed though).
The 360 has 512MB of main memory not including that on the graphics cards (I know little about the 360's internals) so you are looking at 524288K.Last edited by averybluemonkey; 03-12-2008, 20:34.
Comment
-
Originally posted by Dogg Thang View PostLike, we had the 8-bit era and the 16-bit era and the 32-bit era but then, aside from the obvious N64, people seemed to stop counting bits. Did they cease to be important? What are we on now?
X Box central processing unit is a modified Intel Celeron, 32 bits.
Describing current-gen CPUs is even harder: PS3 Cell processor is composed of PPEs and SPEs, each with different registries at either 32, 64 or 128 bits.
Xenon (X360's CPU) is a three-core CPU derived from the Power PC architecture capable of 128 bit calculations when using SiMDs.
Wii's CPU, Broadway, is theorically derived from the GC's Gekko, but is smaller, runs at a higher speed and draws less power - nothing much is known (just like the Wii graphic chip) as both Nintendo and IBM haven't released any official paper.
(*)very very very simplified explanation: ALU is the most basic CPU component which handles addictions and subtractions. FPUs normally calculate divisions, moltiplications and square roots.
Comment
Comment