A89: Legal Crash Bug?


[Prev][Next][Index][Thread]

A89: Legal Crash Bug?




Try this in your code:

mulu.l #9,d7

Nice little crash - anything from Address Error to Illegal Instruction to
Line 1111/1010 Emulator errors.  It had me up for a few nights.  Simply
changing it to mulu.w #9,d7 worked (and shaved off some time which I should
have done the first time around).

My question: WHY?  It's driving me nuts =)



Follow-Ups: