Truncated match.
PICList
Thread
'How to link multiple files with MPLAB/MPASM?'
1996\11\14@100300
by
BLEGER
Hi folks,
I'm new to the PIC family of s/w tools, and I'm wondering how to link
multiple files. MPLAB Help doesn't say much about the linking
process. Here's what I'm trying to do: I have a Project in MPLAB with
3 asm files. I need the first file to originate (org) at 0000h. That's
easy. But now I need the next two files to link so that memory is
utilized contiguously.
Thanks in advance for your assistance.
-Brian Leger
spam_OUTblegerTakeThisOuT
harris.com
1996\11\14@125653
by
Bob Fehrenbach
BLEGER <.....BLEGERKILLspam
@spam@MAILB.HARRIS.COM> wrote:
> Hi folks,
>
> I'm new to the PIC family of s/w tools, and I'm wondering how to link
> multiple files. MPLAB Help doesn't say much about the linking
> process. Here's what I'm trying to do: I have a Project in MPLAB with
> 3 asm files. I need the first file to originate (org) at 0000h. That's
> easy. But now I need the next two files to link so that memory is
> utilized contiguously.
>
> Thanks in advance for your assistance.
>
> -Brian Leger
> bleger
KILLspamharris.com
>
ORG the first file at 0. At the bottom of that file add
'include' statements for each of the other two files.
The linker for MPASM is not yet available.
--
Bob Fehrenbach Wauwatosa, WI .....bfehrenbKILLspam
.....execpc.com
1996\11\14@153710
by
Craig Knotts
Currently, your only option is to use "#include" files to link the
other two files to the original. At this time there is no link
facility available for PIC products (as far as I know).
______________________________ Reply Separator _________________________________
Subject: How to link multiple files with MPLAB/MPASM?
Author: EraseMEBLEGERspam_OUT
TakeThisOuTMAILB.HARRIS.COM at internet
Date: 11/14/96 12:35 AM
Hi folks,
I'm new to the PIC family of s/w tools, and I'm wondering how to link
multiple files. MPLAB Help doesn't say much about the linking
process. Here's what I'm trying to do: I have a Project in MPLAB with
3 asm files. I need the first file to originate (org) at 0000h. That's
easy. But now I need the next two files to link so that memory is
utilized contiguously.
Thanks in advance for your assistance.
-Brian Leger
bleger
spam_OUTharris.com
1996\11\15@035036
by
efoc
BLEGER wrote:
>
> Hi folks,
>
> I'm new to the PIC family of s/w tools, and I'm wondering how to link
> multiple files. MPLAB Help doesn't say much about the linking
> process. Here's what I'm trying to do: I have a Project in MPLAB with
> 3 asm files. I need the first file to originate (org) at 0000h. That's
> easy. But now I need the next two files to link so that memory is
> utilized contiguously.
>
> Thanks in advance for your assistance.
>
> -Brian Leger
> @spam@blegerKILLspam
harris.com
how about #including them
Peter
--
==================================
= New Ideas come from those who =
= didn't know it wasn't possible =
==================================
More... (looser matching)
- Last day of these posts
- In 1996
, 1997 only
- Today
- New search...