You've compiled your program with -v5515, which is a CPU rev 3 device. When you do this, the compiler can make use of certain addressing constructs that won't always work properly on rev 2, due to the difference in the address generation unit. It's possible you've stumbled into one of those. If you use -v5515, you must use the rev 3 simulator.
↧