Crates.io | yaxpeax-6502 |
lib.rs | yaxpeax-6502 |
version | 0.0.2 |
source | src |
created_at | 2021-05-08 00:22:46.389351 |
updated_at | 2021-10-23 11:37:40.549127 |
description | 6502 decoder implementing yaxpeax-arch traits |
homepage | |
repository | |
max_upload_size | |
id | 394605 |
size | 93,264 |
yaxpeax-6502
yaxpeax-6502
is an instruction decoder for the NMOS 6502 Microprocessor.
This crate implements the traits provided by yaxpeax-arch
.
However, the crate can be used independently of yaxpeax-arch
for projects
that wish, for instance, to implement a 6502 emulator.
Operand
implement Eq
/PartialEq
?