Skip to content

This small project in rust takes a chip8 game file and outputs another file with the instructions in plain text

Notifications You must be signed in to change notification settings

PewPewPewcoding/chip8-binary-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8-binary-decoder

Takes a chip8 game file and outputs another file with the instructions in plain text. Can't guaratee that it works correctly but it's what I interpreted was supposed to be the correct output based on the documentation.

usage

it's very basic, just run the program with 2 arguments, the first being the game file you want to convert and the second one being the output file you want the program to write to.

installation

I really don't know other than downloading the files and compiling them on your system. Didn't really make this as a tool to be used, just as a project to get familiar with git and rust. If you really want to try it you can download rust here, download the code from github and type cargo run in the terminal once you're inside the project folder.

About

This small project in rust takes a chip8 game file and outputs another file with the instructions in plain text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages