cowherd:
是缺少復位和中斷向量定義文件吧!.title"vector.asm".ref _c_int0,_nothing.sect ".vectors".reset b _c_int0.int1 b _nothing.int2 b _nothing.int3 b _nothing.int4 b _nothing.int5 b _nothing.int6 b _nothing這個_c_int0應該是一個復位入口.我也是剛學DSP,一起探討.