Closed fortunac closed 3 years ago
As usual, very clean and pleasant implementation!
We just need to agree on the default behavior on "non-supported" architectures: currently it fails with --compare-regs
, I think. My intuition is that it should proceed with warning and an empty set?
Not sure.
As usual, very clean and pleasant implementation!
We just need to agree on the default behavior on "non-supported" architectures: currently it fails with
--compare-regs
, I think. My intuition is that it should proceed with warning and an empty set?Not sure.
I have no problems with printing a warning and returning an empty set.
Let's do that then. You may then merge at will AFAI am concerned.
Fixes #285. Adds support for ARM, most notably:
I did not create ARM versions of the
chaos-rax
orrax-out
specs in favor of using thearg-terms
andchaos-caller-saved-registers
specs. If we want to create achaos-R0
spec, that can be done easily.