marhel / r68k

A m68k emulator in rust - let r68k = musashi.clone();
MIT License
72 stars 7 forks source link

Streamline qc and op_handler macros #73

Closed marhel closed 8 years ago

marhel commented 8 years ago

I'm thinking about modifying the qc-macro to have the same shape as the op_handler, so it's easier to copy-paste the op_handler-lines to produce a set of qc-tests.

Is that fine? I think it might create issues on the next PR based on the old qc-macro, but we'll just fix that then.

emoon commented 8 years ago

Sounds good!