In codewarrior compiler, we can use directly __declspec or we need to use #pragma and then use __declspec.
like,
# pragma section data_type "hello"
# define A __declspec(section "hello")
|
In codewarrior compiler, we can use directly __declspec or we need to use #pragma and then use __declspec. like,
| ||||
|
feedback
|