Petr Kobalicek
Petr Kobalicek
I think we will really need an API to convert an instruction into some canonical form, and then we will need to add hidden registers to the RW query, because...
The following works `fstp qword ptr fs:[rcx]` The instruction database says there is only one operand as all instructions that pop the stack have the `st0` implicit. Are there actually...
Yeah, I think you are right and that the indexes are redundant in these cases, I mean r32[31:0] is essentially r32
BTW I 'm planning to fix some of the issues that you have reported, I just didn't find a time window for that yet
Thanks! I will fix that.
Hello, I don't use or maintain vcpkg packages, if you need a vcpkg package, you would have to open a request somewhere else. I really cannot help with this.
Thanks! I will fix that.
Can you elaborate? I don't see the issue personally. In the first example: ``` "add" , "x:al, ib/ub" , "I" , "04 ib" ``` The first `ib/ub` means that the...
Although I designed the tables, I found it still to be pretty difficult to programatically generate assembler or disassembler out of the table. The problem is categorizing instructions into some...
No, because when `movss` reads from memory, it clears the rest of the destination register, when `movss` uses two registers, it only overwrites 4 bytes in the destination and keeps...