CompuServe Messages

#IDCMP

#: 28279 S7/ProgrammingForum unknown
    29-Jul-86 10:11:32
Sb: #28255-#IDCMP
Fm: GARY SARFF 70167,2216
To: Don Curtis/SYSOP 76703,4321

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.