Daniel Collin

Results 324 comments of Daniel Collin

Sounds good :) I will try to think of something.

Yeah that would be good. Not really exactly sure how to do it though.

Sure. Or actually generate a huge program from the QC tests that we already have here for valid instructions.

I can likely add capstone (slimed down to only use the m68k backend) and add a basic Rust interface for it so it can be called from QC tests. Also...

True. I guess it may actually be possible to just try all combos from 1 - 65536. Now there will be a bunch of illegals in there but that would...

I can try to get a basic version of Capstone (68k disassembler part) in over the weekend and send a PR.

what you could do is to split it up it to three separate crates 1. Shared (constants/enums/etc) 2. Emulator 3. Disassembler Now it would be possible to work "inside" the...

Before release it should be a library for sure (that is the way people would use it anyway)