whether labels or security bytes overwritted

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

whether labels or security bytes overwritted

ソリューションへジャンプ
3,955件の閲覧回数
hotdog
Contributor I
I am using codewarrior development studio for HC(S)08 special editon(V3.1). as i know, some labels are defined at $FFF6,$FFF8,$FFFC , but the security bytes are purposed to be stored at locations $FFF6–$FFFD. i wonder whether the security bytes could be overwritted when the labels and security bytes are used.

Message Edited by hotdog on 03-04-200607:13 AM

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,356件の閲覧回数
peg
Senior Contributor IV
Hi Hotdog,
These addresses are in the Vector table the security code is whatever the vectors need to be. If you are not using some of the vectors you can put something else in there. It is better to use a dummy ISR (or several) and point to it to scramble up your security code. This way if the interrupt is somehow triggered your code won't "blow up"
 
Regards Peg

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,356件の閲覧回数
hotdog
Contributor I

Thanks for your help, Peg.
 
Best Regards.Hotdog
0 件の賞賛
返信
1,357件の閲覧回数
peg
Senior Contributor IV
Hi Hotdog,
These addresses are in the Vector table the security code is whatever the vectors need to be. If you are not using some of the vectors you can put something else in there. It is better to use a dummy ISR (or several) and point to it to scramble up your security code. This way if the interrupt is somehow triggered your code won't "blow up"
 
Regards Peg
0 件の賞賛
返信