I want to write a parser for Intel x86 assembly, say NASM, to break the instructions up into basic blocks.
In order to do this correctly, I need to know all control flow instructions.
I am well aware of all the jmp, jne, jle, etc. instructions, but are there others beside those “common” ones?