#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.
It depends on the assembler syntax I suppose. The motorola mnemonics which
our wicat uses and amiga, does indeed use btst #$1f,d0, but then again some
other systems like the SUN use btst 0x1f,d0 like C and stuff like movl
a6@(8),d0 where Motorola would use move.l 8(a6),d0. I'm used to the SUN
mnemonics my self, but we've gotten a new assembler at work that now uses
the Motorola ones and I'm having to relearn.