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