CW 6.1 does not support absolute assembly ??

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CW 6.1 does not support absolute assembly ??

Jump to solution
2,326 Views
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
Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
709 Views
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

View solution in original post

0 Kudos
Reply
4 Replies
710 Views
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 Kudos
Reply
709 Views
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 Kudos
Reply
709 Views
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 Kudos
Reply
709 Views
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 Kudos
Reply