You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for these instructions imply that their behavior is not the same when they target a memory location or a register. I guess that the memory case would be hard to add to jasmin. Would you be satisfied if these instructions were only allowed on registers in jasmin programs?
Hello everyone,
could we add the BTR and BTS instruction to the x86 intrinsics? These instructions perform a BIT test and reset/set.
https://www.felixcloutier.com/x86/btr
https://www.felixcloutier.com/x86/bts
These instructions are useful for clearing/setting specific bits without using AND/OR masks.
Cheers,
Vincent
The text was updated successfully, but these errors were encountered: