Malcolm Lear wrote: > start move.l #$ffff0000,d0 > lea test,a4 > cmp.w (a4),d0 > beq.s equal > bra.s notequal > test dc.w 0 > equal nop > notequal nop
I have no idea what assembler you use, but just by looking at the code let me guess that A4 is off the mark in your binary. Have you checked that A4 is actually pointing to the test label? I guess you might need a (PC) after "test", i.e. lea test(pc),a4 Marcel _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm