nicolacimmino / PLC-14500

Retro trainer board based on the MC14500 1-bit ICU. The project is OSHW certified and a ready to assemble kit is available on Tindie.
GNU General Public License v3.0
48 stars 11 forks source link

More examples for board rev. c #16

Closed Odie-123 closed 5 months ago

Odie-123 commented 5 months ago

I have new examples for you:

  1. A 1-Bit Full Adder (i.e. with carry-in and -out) which doesn't need a Scratch Register for intermediate results.
  2. A 6-Bit Adder where you can select two 6-bit values to be added, one is stored in the Scratch Register SPR0-5 and one in IN0-5, OUT0-6 shows the 7-bit result (with carry-out).
  3. Another smoke test to test all LEDs, buttons and the timer 0.
nicolacimmino commented 5 months ago

Thanks for your contribution!