Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8-emulator

A small experiment to understand how emulators work. Wanted to get a feel for the basics, fetch, decode, execute before tackling something more complex like the Intel 8086.

CHIP-8 is a good starting point since the instruction set is tiny and there's a well-known test ROM (the IBM logo) to verify things are working.

Only a subset of opcodes is implemented. Might flesh it out more later, but the main goal was just to get something running.

Building

cmake -B build && cmake --build build

Running

./build/chip8

Resources

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages