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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
1,082 Views
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 

Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
889 Views
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

View solution in original post

0 Kudos
Reply
1 Reply
890 Views
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 Kudos
Reply