Available on x86 or x86-64 only.
Macros§
- bt 🔒
Functions§
- _bittest⚠
- Returns the bit in position
bof the memory addressed byp. - _bittestandcomplement⚠
- Returns the bit in position
bof the memory addressed byp, then inverts that bit. - _bittestandreset⚠
- Returns the bit in position
bof the memory addressed byp, then resets that bit to0. - _bittestandset⚠
- Returns the bit in position
bof the memory addressed byp, then sets the bit to1.