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
已解决! 转到解答。
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
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