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