I was originally going to make a computer with a Fibonacci generating program in it but after EC kept crashing in the middle of building it I ended up settling for a simple Fibonacci generator instead of an entire computer. It shows 1, 1, 2, 3, 5, 8, 13, and then stops because of overflow. If anybody wants to please feel free to expand the design to 8 or more bits and publish it (with credit). It would be cool to have a Fibonacci generator up to 65535 (16 bits) but not only would that be huge but the binary to BCD convertor would be huge too.
|