Hi Paul If I look at the assembly generated for the call of the delay I can see a problem delayms(100); ff7fc073: mov.l #100, r1 ff7fc076: bsr.a 0xff000204 The Delay function that is placed in RAM lives at address 0x204 which looks correct but the assembly code shows the BSR.a command must use address 0xff000204 i'm not sure how the 0xffxxxxxx gets added to the address Regards Richard
↧