It lives :)
The video above shows the new improved NRI832. It's running a simple program (see below) at what I think is the speed, about 16Hz (there's a 250Hz clock and 8 fetch and 8 execute cycles).
What happens in the video ... okay, it's not that exciting but it's still better than Gigli.
- I press the reset button
- The LEDs all blink to show it's alive
- The LEDs show the first program byte 00000011 (e.g. LDA 03)
- I press 9 (the run button)
- It displays the accumulator as it is running, hence the counting effect.
- 00 LDA 03
- 01 ADD 04
- 02 JMP 01
- 03 0
- 04 1
No comments:
Post a Comment