vcpu 0.2.0

A virtual cpu, modeled after the 6502
Documentation
1
2
3
4
5
6
#![feature(bigint_helper_methods)]

// assembler is WIP
// pub mod assembler;
pub mod core;
pub mod error;