Oops, think I revealing my age.
Bill

Moderator: Ras
My first computer I built was an IMSAI 8080 (2 MHz 8080, 4 KB RAM) back in 1976. Before that I had an HP-25 (49 bytes of program memory and eight storage registers). I feel older than I look and I expect the vultures to start circling soon.Bill Rogers wrote:Hey Steven my first pc was an Elf with 256 bytes of ram, hand wired. It lasted until the TRS-80 Model I came out with a wopping 4k of ram.
I've thought about doing an FPGA project. Here's the starting point for Xilinx evaluation kits:Zach Wegner wrote:It's just that I'd probably rather spend the money on an FPGA if I were to go in that direction. Which I've actually been thinking about, even earlier today before you posted.
I also started on an Altair 8800 in 1976 and interestingly the one we bought was from "The Byte Shop" in Andover MA which I remember as the world's first computer store. At this store they had this guru young man who was actually assembling the Altair units in the back room, and so they offered the computer already built. This was a great deal as it turns out because then you take home the computer and it had been tested and run, and it worked great. (I think it would have been a tough combination to have your first computer be one that you built, potentially have a problem with it and then have to diagnose your own faults while having no real experience).sje wrote:My first computer I built was an IMSAI 8080 (2 MHz 8080, 4 KB RAM) back in 1976. Before that I had an HP-25 (49 bytes of program memory and eight storage registers). I feel older than I look and I expect the vultures to start circling soon.Bill Rogers wrote:Hey Steven my first pc was an Elf with 256 bytes of ram, hand wired. It lasted until the TRS-80 Model I came out with a wopping 4k of ram.
Sure is wasn't an altair 8800? The Imsai was pre-assembled and of higher quality than the old MITS original Altair box...sje wrote:My first computer I built was an IMSAI 8080 (2 MHz 8080, 4 KB RAM) back in 1976. Before that I had an HP-25 (49 bytes of program memory and eight storage registers). I feel older than I look and I expect the vultures to start circling soon.Bill Rogers wrote:Hey Steven my first pc was an Elf with 256 bytes of ram, hand wired. It lasted until the TRS-80 Model I came out with a wopping 4k of ram.
The IMSAI 8080, the first of the model line, appeared in kit form although later systems may have been available assembled. I put together my stripped down system containing four circuit boards from parts. I had a rather early version of the kit that included a number of errors in the assembly manual. I recall one for the power supply board that could have been nasty had I not done a thorough reading before heating up the old soldering iron. The other boards all plugged into the S-100 bus: the CPU card, the 4 KB static memory, and the front panel.bob wrote:Sure is wasn't an altair 8800? The Imsai was pre-assembled and of higher quality than the old MITS original Altair box...
If the clock speed is only 32MHz, why bother? An Intel core, doing 4 instructions per clock at 3GHz, is 400 times faster. So even with 4096 of these things, you can only do the equivalent of 10 cores. If you would not have any communication overhead, that is. IMO it would already be extremely optimistic to suppose you could do the work of 4 cores.sje wrote:Speeds are from 8 MHz to 32 MHz and the architecture runs most instructions in a single clock cycle. RAM is somewhat limited, but EEPROM runs up to 256 KB.
...
Now consider the possibility of using 4,096 of these microcontrollers. That's one controller for each pair of squares, so there's a controller for each possible move (promotions are a special case). With some creative wiring and coding, one could build a HiTech clone of sorts.