A basic implementation (6 instructions) of Chip 8.
Video:
Chip8.mp4
Chip 8 is an intrepretted programming language that was implemented for 1802 Microprocessor. It was made to be easy to program for and to use less memory than other programming languages like BASIC.
My emulator has a FETCH, DECODE, EXECUTE cycle for CHIP 8 Console. It Decodes 6 instructions required for running the IBMLOGO rom which is a rom to test the working of the Chip 8.
I am sending the DRAW data serially through UART protocol to the computer and using a python program to display.