IDCMP
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
The btst "bug" is a 68000 limitation – it only has a byte addressing mode for
memory references. If testing against any specific bit, a compiler can
figure out which of two bytes in a word or which of 4 bytes in a long should
be tested and generate the appropriate byte ref.