omarandlorraine / strop

Stochastically generates machine code
MIT License
97 stars 1 forks source link

Support Arm processors #36

Closed omarandlorraine closed 10 months ago

omarandlorraine commented 2 years ago

Until now, strop has had a focus on supporting processors without good support from Clang or GCC.

But I think it would be good to put in Arm support as well. That would be more generally useful since more people use Arm.

Maybe we can use this emulator for fuzz testing, as on the 6502 backend.