Roy Mor

Results 11 comments of Roy Mor

I realized my problem the Setup code is being called for each iteration/test case. I think this is counter intuitive that you define test case in fixture with `BENCHMARK_F` as...

Can't you do 2 syntaxes like the `FADD` like so: ``` FCOM ST ES sr FCOM ST ST1 ``` I mean The `sec_opcd` `D1` is redundant in the sense that...

I actually checked it again and I think I'm still correct 🙃 The sec_opcd is not only redundant but also limiting, because if a parser would assume it to be...

> As for the AVX, I need to add it too, and you seem to understand the XML structure and the rules quite well. Could we collaborate on AVX? I...

> If I remember well, you're right, but I need to check it once more. I've checked it again and I'm now wondering why even 2 syntaxes are necessary? Can't...

> I looked into it finally. The answer to the first question is that you're right, two entries are not needed. > > The answer to the second question: we...

I think it should be noted that most if not all FP instructions are missing the `proc` attribute for when the instruction was first introduced. It's also worth noting that...

Hey, I see what you mean, maybe a better solution would be to add to all such instructions: ```json "dst": [ { "_address": "??", "_displayed": "no", "__text": "[rIP]" } ],...

@jsdevel but this approach is design driven, meaning all you have to do is to design the spec of your api and let this module generate a nice express server...

from what I've seen you have to create everything yourself, paths, files, from the example in the readme