Erroneous illegal instruction?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Erroneous illegal instruction?

617件の閲覧回数
wheels
Contributor I

I'm trying to work up GCC and Newlib ports for the 68332 to support a legacy product, and my "Hello, world" program is dying on an illegal instruction trap. The disassembler in the JTAG debugger I'm using says the instruction pointed to by the exception frame is "ASR D1," which looks like an incomplete disassembly. The instruction itself is 0xE8C1, which, according to my references, is an "ASR.L #4,D1" instruction, and ought to be completely legal.

 

Anyone got an idea why I'm seeing this, and what I can do about it?

 

Thanks,

 

wheels

ラベル(1)
0 件の賞賛
返信
1 返信

465件の閲覧回数
TomE
Specialist II

Single-step it and see how it gets there.

 

Tom

 

0 件の賞賛
返信