mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-05-19 03:41:18 +03:00
4.7 KiB
4.7 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 |