Skip to content

francis36012/pschip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pschip8

This is a chip-8 interpreter written in the rust programming language. This is also my first emulator (or interpreter) project.

Screenshots

breakout_1 breakout_2

c8-logo_1 c8-logo_2

Building and Install

cargo is used to build the interpreter

To build

git clone https://github.com/francis36012/pschip8
cd pschip8
cargo build --release

After building, using the command above, you will find the binary in target/release

You can install without building using cargo:

cargo install --git https://github.com/francis36012/pschip8

This will install the binary pschip8 into the cargo install root directory which is ~/.cargo/bin by default.

Usage

pschip8 -p <program-file>

About

Pretty Simple Chip8 Interpreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages