SW500010 Microchip Technology, SW500010 Datasheet - Page 59

HI-TECH C PRO FOR PIC10/12/16

SW500010

Manufacturer Part Number
SW500010
Description
HI-TECH C PRO FOR PIC10/12/16
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC10/12/16r
Datasheets

Specifications of SW500010

Supported Families
PIC10, PIC12, PIC16
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC10/12/16
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC10, PIC12, PIC14, PIC16, PIC16E
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
019P
778-1006
778-1006
PICC Command-line Driver
If compiled with the command:
PICC will produce test.pro containing the following declarations which may then be edited as
necessary:
2.6.48 --RAM=lo-hi,<lo-hi,...>: Specify Additional RAM Ranges
This option is used to specify memory, in addition to any RAM specified in the chipinfo file, which
should be treated as available RAM space. Strictly speaking, this option specifies the areas of mem-
ory that may be used by writable (RAM-based) objects, and not necessarily those areas of memory
which contain physical RAM. The output that will be placed in the ranges specified by this option
are typically variables that a program defines.
space. This, along with any fixed RAM memory defined in the chipinfo file, are grouped an made
available for RAM-based objects.
for example. To only use an external range and ignore any on-chip memory, use:
Some chips have an area of RAM that can be remapped in terms of its location in the memory
For example, to specify an additional range of memory to that present on-chip, use:
}
void printlist(int * list, int count)
{
}
PICC --CHIP=16F877A --PROTO test.c
/ * Prototypes from test.c * /
/ * extern functions - include these in a header file * /
#if
extern int add(int * , int * );
extern void printlist(int * , int);
#else
extern int add();
extern void printlist();
#endif
--RAM=default,+100-1ff
while (count--)
putchar(’\n’);
PROTOTYPES
/ * PROTOTYPES * /
/ * PROTOTYPES * /
printf("%d ", * list++);
PICC Driver Option Descriptions
59

Related parts for SW500010