Implements the is_single_data_transfer function for ARM instruction set disassembler
This PR adds the is_single_data_transfer function to identify Single Data Transfer instructions in the ARM instruction set. The function uses bitwise operations to efficiently check if a given opcode matches the Single Data Transfer pattern.
I have tested this implementation locally, and it's working as expected.
If you like my contribution and want me to award the bounty, you can do it by buying me the coffees :
Implements the is_single_data_transfer function for ARM instruction set disassembler
This PR adds the is_single_data_transfer function to identify Single Data Transfer instructions in the ARM instruction set. The function uses bitwise operations to efficiently check if a given opcode matches the Single Data Transfer pattern.
I have tested this implementation locally, and it's working as expected.
If you like my contribution and want me to award the bounty, you can do it by buying me the coffees :
https://buymeacoffee.com/aybanda
Thank you, looking forward to contribute to your project!