CW 6.1 does not support absolute assembly ??

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

CW 6.1 does not support absolute assembly ??

ソリューションへジャンプ
3,000件の閲覧回数
admin
Specialist II
Hi,
Does anyone know why when I open a new project I can not select absolute assembly as supported language?


Message Edited by Learner on 2008-01-03 09:30 PM
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,383件の閲覧回数
CompilerGuru
NXP Employee
NXP Employee
Absolute assembly cannot coexist with C/C++/Relocatable assembly.
So you have to explicitly uncheck "C" before you can enable it.

Daniel

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
1,384件の閲覧回数
CompilerGuru
NXP Employee
NXP Employee
Absolute assembly cannot coexist with C/C++/Relocatable assembly.
So you have to explicitly uncheck "C" before you can enable it.

Daniel

0 件の賞賛
返信
1,383件の閲覧回数
admin
Specialist II
Thank you for the clarification Daniel! I am on my way to absolute asm.

Another question if you don't mind, how do I enter Active Debug Mode? By adding break points in the Source window?

This has been a huge help!

Thank you so much Daniel!!


0 件の賞賛
返信
1,383件の閲覧回数
CrasyCat
Specialist III
Hello
 
If the question is how can I start debugging my application, you just need to click on the icon with the green bug in the .mcp window tool bar.
 
this will start the debugger.
 
CrasyCat
0 件の賞賛
返信
1,383件の閲覧回数
Sam_1979
Contributor I
Hi, friend
 
    I think you mean the active background debug mode, you can find the words in the datasheet of your device, below is the way to enter into the active background debug mode for one S08 device, hope it's helpful. 
 
   Active background mode is entered in any of five ways:
• When the BKGD/MS pin is low at the rising edge of reset
• When a BACKGROUND command is received through the BKGD pin
• When a BGND instruction is executed
• When encountering a BDC breakpoint
• When encountering a DBG breakpoint
0 件の賞賛
返信