How to handle CW assembler for one main source file and more secondary file in CW 5.0 for HCS(X)12 ?

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

How to handle CW assembler for one main source file and more secondary file in CW 5.0 for HCS(X)12 ?

跳至解决方案
1,076 次查看
MarkMa
Contributor I

Hi all,

 

I am working on absolute an assembler project, I want to using one main source file an more secondry file to buildup the project, but i meet some problem. Please help to check.

 

My environment is: WinXP SP3, CW 5.0 for HCS(X)12

 

I attach my project file

 

Thank you and best regards 

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
883 次查看
CrasyCat
Specialist III

Hello

 

  If you intend to use absolute assembly, your application needs to be encoded in one single assembly unit.

 

  So you should have one single .asm file in your project. You can then include other files in there.

  Do not use the extension ,asm for include files. The project manager will attempt to assemble all files

  with this extension.

 

CrasyCat

在原帖中查看解决方案

0 项奖励
回复
1 回复
884 次查看
CrasyCat
Specialist III

Hello

 

  If you intend to use absolute assembly, your application needs to be encoded in one single assembly unit.

 

  So you should have one single .asm file in your project. You can then include other files in there.

  Do not use the extension ,asm for include files. The project manager will attempt to assemble all files

  with this extension.

 

CrasyCat

0 项奖励
回复