tobiasvl / deca

A CHIP-8/Octo interpreter core written in Rust

Home Page:https://crates.io/crates/deca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate opcodes and instructions?

tobiasvl opened this issue · comments

Perhaps we should separate the actual opcodes from the underlying instructions, so it's easier to support multiple specifications?