Rot127
Rot127
Sorry, I got confused and thought this is about AArch64. Just want to mention that this is how it is defined in the ISA. The ISA doesn't have the concept...
Yes. It also fails to assemble if you use reg numbers not a multiple of 1/2/4 respectively. Idk, a little in-intuitive if you ask me, but whatever.
So this is an interesting case. The reason it is a `Call` in v6 is, that LLVM defines it as such (see [here](https://github.com/llvm/llvm-project/blob/5d89123a3962016216e377463b4b3c97df927016/llvm/lib/Target/ARM/ARMInstrInfo.td#L2730)). And because we generated all tables from...
Yes, indeed. I try to get to it after the weekend.
Added the labels. You might be interested into [this discussion](https://github.com/capstone-engine/capstone/discussions/2505) about replacing our x86 module internally with Zydis.
> As long as sizeof(void*) == sizeof(uint64_t), this wouldn't be an ABI break. This is an assumption we cannot make. One of the tasks left for the Beta is making...
> I showed in the example and then add others as they are needed/discovered. > filling in the missing flag information for every instruction in Capstone is too big of...
I am in the process of doing this. But the 32bit builds are still buggy and need fixing. You can follow https://github.com/capstone-engine/capstone/pull/2796 for updates.
@imbillow Could you take a look at this one please?
Yes of course! Actually, let me change the milestone to v5.