Sumit Tiwari
Sumit Tiwari
We are still trying to implement all functions (or atleast put stubs in their place), so such messages will become rarer in the near future - at the moment, there...
@theTwist84 Issue #19 deals with a couple of missing vector instructions as well. These instructions are emitted correctly and defined in `xenonCpu`, so just as with a few earlier instructions,...
Aah, the infamous VMX128 instructions. I hate NDAs because of things like this, but on the other hand, it is often fun reverse engineering this kind of stuff.
@rexdex I don't see the inline representations of these instructions, but they are clearly emitted in the instruction decoding process. Another merge issue?
@rexdex Can you confirm if this is a merge issue? If not, I can work on implementing these vector functions.
@theTwist84 Nice! Thankfully rex has fixed this issue, because otherwise the vector instructions can be a pain to implement. Let's wait until the next commit to see if these have...