0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-05-19 11:51:17 +03:00

4.1 KiB

1# Bit manipulation instruction tests
2# Format: RawBytes;Instructions
3RawBytes;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