mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-09 11:11:24 +04:00
3.0 KiB
3.0 KiB
| 1 | # Bit manipulation instruction tests |
|---|---|
| 2 | # Format: RawBytes;Instructions |
| 3 | RawBytes;Instructions |
| 4 | # BT - Bit Test |
| 5 | # BTS - Bit Test and Set |
| 6 | # BTR - Bit Test and Reset |
| 7 | # BTC - Bit Test and Complement |
| 8 | # BSF - Bit Scan Forward |
| 9 | # BSR - Bit Scan Reverse |