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,083件の閲覧回数
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 解決策
890件の閲覧回数
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 返信
891件の閲覧回数
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 件の賞賛
返信