MASM32 Downloads
When debugging I saw that it was decompiled as shrx rdx,rax,r15.I suspect something is wrong with this instruction.
Does it have consequences for your ObjAsm project?
Not really, I was experimenting with a new algorithm where I wanted to use this instruction to avoid changing flags.