# 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`.