Skip to content

humzamanzoor/Chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 Emulator

A simple emulator for the CHIP-8 virtual processor, built as a learning exercise in C#.

Features

  • Implements CHIP-8 instruction set
  • Implicit opcode mapping using a dictionary of actions
  • Opcode structured with a struct type for efficient data access
  • Single-threaded software rendering

Technical Details

  • Language: C#
  • Rendering: Software-accelerated (no hardware rendering)
  • Opcode Handling: Dictionary-based mapping

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages