BarebitOpenSource

Results 53 comments of BarebitOpenSource

Yes, this seems to be a typo. The second entry should be: `MOV Dd, Hd`. The other entries are all correct.

The missing `proc` attribute is because most of the FP instructions were introduced with 8087. The `03` means 80387 in this case, the docs are not correct.

`POPCNT` is already there. `LZCNT` should be added. BMI1, BMI2, and TBM are VEX-ecoded instructions and VEX encoding is yet to be implemented.

This could be done by transforming the XML to JSON but it is not planned.

Hello, I'm sorry for not being responsive. Thank you for your review. The `Jbs` actually reads as: "Relative offset to be added to the IP register. The relative offset is...

Good point. It seems that all what needs to be done is to correct the description of `bs` to "Byte, sign-extended to the size of the ~destination~ operand." Well, the...

Added to the main README but ref.x86asm.net needs to fixed.

Moved to https://github.com/mazegen/x86reference/issues/9

Good catch. However, it seems like objdump doesn't follow the syntax defined in Intel manual. The operand is either 16-bit or 64-bit, never 32-bit one, according to the manual. In...

Moved to https://github.com/mazegen/x86reference/issues/19