谢谢!昨天已经很晚了。我应该看到我自己。但是我有下一个问题。在C8E中,我可以设置一个固定的ROM地址。在例子中:{实用型原点0x03000 0} vyHealPrimeRealIt(空隙){VyHealPrimRyPalServer();返回;}此代码,然后是ROM地址0x03000 0h中的AppaRead。XC8中的这个实用符是什么?或者在哪里可以找到这样的语法描述?
以上来自于百度翻译
以下为原文
Thanks!
Yesterday it was late. I should have seen myself.
But I have the next question.
In the CC8e I can set funktion to a fix ROM address. In examble:
#pragma origin 0x03000
void V_highPriorityInt(void)
{
V_highPriorityParser();
return;
}
This code and the following then appaers from the ROM address 0x03000h.
What is the equivalent to this pragma in XC8 - or where can I find such a syntax description?
谢谢!昨天已经很晚了。我应该看到我自己。但是我有下一个问题。在C8E中,我可以设置一个固定的ROM地址。在例子中:{实用型原点0x03000 0} vyHealPrimeRealIt(空隙){VyHealPrimRyPalServer();返回;}此代码,然后是ROM地址0x03000 0h中的AppaRead。XC8中的这个实用符是什么?或者在哪里可以找到这样的语法描述?
以上来自于百度翻译
以下为原文
Thanks!
Yesterday it was late. I should have seen myself.
But I have the next question.
In the CC8e I can set funktion to a fix ROM address. In examble:
#pragma origin 0x03000
void V_highPriorityInt(void)
{
V_highPriorityParser();
return;
}
This code and the following then appaers from the ROM address 0x03000h.
What is the equivalent to this pragma in XC8 - or where can I find such a syntax description?
举报