A simple Chip8 Interpreter write in C # using .
NET 5. This Chip8 Interpreter has not proposed to be the most performatic one,
but good read for learning and comprehension.
You only will need the .NET 5 SDK installed.
inside solution directory rum the command:
dotnet run --project .\Chip8Console\Chip8Console.csproj \rom\path\file.ch8
You can find roms and other tools here Awesome CHIP-8 - CHIP-8 (chip-8.github.io)