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

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

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

跳至解决方案
730 次查看
xiaoli
Contributor I

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

标签 (1)
0 项奖励
回复
1 解答
632 次查看
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 回复数
632 次查看
xiaoli
Contributor I

Hello Kuang:

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

xiao

0 项奖励
回复
633 次查看
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 项奖励
回复
632 次查看
xiaoli
Contributor I

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

0 项奖励
回复