francis36012 / c8asm

c8asm is a Chip-8 assembler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c8asm

c8asm is a Chip-8 assembler.

The syntax for this assembler comes from Cowgod's chip-8 technical reference which can be found here

Building

c8asm is written in rust and can be built using cargo:

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

Install

You can install using cargo:

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

Running

c8asm -i <input-file> -o <output-file>

About

c8asm is a Chip-8 assembler.

License:MIT License


Languages

Language:Rust 100.0%