如何解决CW的报警提示:A12012: page value expected:

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

如何解决CW的报警提示:A12012: page value expected:

ソリューションへジャンプ
706件の閲覧回数
xiaoli
Contributor I

使用MC9S12DG256B芯片,出现如上提示,不知道如何解决,请知道的大侠告知,非常感谢。

ラベル(1)
0 件の賞賛
1 解決策
608件の閲覧回数
TICS_Fiona
NXP Employee
NXP Employee

Hello xiao

Instead of specifying specific page number, in CW *.asm you can use the following notation

call   foo, PAGE(foo)

and even just

call   foo

Best Regards

Fiona Kuang

Technical Information & Commercial Support

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
3 返答(返信)
608件の閲覧回数
xiaoli
Contributor I

Hello Kuang:

i have try and it work. Thank you very much.

xiao

0 件の賞賛
609件の閲覧回数
TICS_Fiona
NXP Employee
NXP Employee

Hello xiao

Instead of specifying specific page number, in CW *.asm you can use the following notation

call   foo, PAGE(foo)

and even just

call   foo

Best Regards

Fiona Kuang

Technical Information & Commercial Support

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
608件の閲覧回数
xiaoli
Contributor I

CALL   addr, 0x38,                    here have an error:A12102:Page value expected. how can i solve this? anybody help?

0 件の賞賛