0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-05-19 03:41:18 +03:00
2025-04-15 22:20:46 +03:00

3.0 KiB

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