fantasy-cpu-emulator-macros 0.2.0

Fantasy CPU Emulator Macros.
Documentation
# Fantasy CPU Emulator Macros

This crate is macros to make building chips in my Fantasy CPU Emulator project.

The major macro is `define_chip!`. An example of its use is in `tests/chip.rs`.