The MASM Forum
64 bit assembler => UASM Assembler Development => Topic started by: Biterider on May 02, 2022, 07:04:35 AM
-
Hi
By accident I wrote shrx rdx,3 and uasm (V 2.55) compiled it without errors.
When debugging I saw that it was decompiled as shrx rdx,rax,r15.
I suspect something is wrong with this instruction. :rolleyes:
Biterider
-
Biterider,
When debugging I saw that it was decompiled as shrx rdx,rax,r15.
I suspect something is wrong with this instruction. :rolleyes:
it seems the same to me. Does it have consequences for your ObjAsm project?
-
Hi Gunther
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.
Biterider
-
Biterider,
Not really, I was experimenting with a new algorithm where I wanted to use this instruction to avoid changing flags.
sounds ok. Good luck. :thumbsup:
-
Added to 2.56 github issue log. I will investigate :)