`d110` should ouput `rcl dword [eax], 1` but instead returns `rcl dword [eax]` This is the output on objdump ``` 0: d1 10 rcl DWORD PTR [eax],1 ```
d110should ouputrcl dword [eax], 1but instead returnsrcl dword [eax]This is the output on objdump