CW 6.1 does not support absolute assembly ??

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

CW 6.1 does not support absolute assembly ??

跳至解决方案
2,964 次查看
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,347 次查看
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,348 次查看
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,347 次查看
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,347 次查看
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,347 次查看
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 项奖励
回复