StanfordPL / x64asm

x86-64 assembler library
Apache License 2.0
470 stars 60 forks source link

bug parsing mm registers #195

Closed bchurchill closed 8 years ago

bchurchill commented 9 years ago

This probably got introduced when I started work on the parser.

$ asm
paddq %mm2, %mm2                  

Parse error encountered.
Failed to parse line 1: paddq %mm2, %mm2
Message: Could not parse operand 1: Don't know how to parse this!
bchurchill commented 9 years ago

Also, all the st registers. Downgrading to low priority since I'm realizing nobody uses these features at all.

stefanheule commented 8 years ago

Fixed in #214