PCD COMMAND LINE COMPILER Custom Computer Services Inc (CCS), PCD COMMAND LINE COMPILER Datasheet - Page 206

PCD C-COMPILER PIC24, DSPIC

PCD COMMAND LINE COMPILER

Manufacturer Part Number
PCD COMMAND LINE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCD COMMAND LINE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1007
Availability:
Requires:
Examples:
Example Files:
Also See:
goto_address( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
192
All devices
#USE RS232
char string[30];
printf("Password: ");
gets(string);
if(strcmp(string, password))
None
getc(), get_string in
goto_address(location);
location is a ROM address, 16 or 32 bit int.
Nothing
This function jumps to the address specified by location. Jumps outside of the
current function should be done only with great caution. This is not a normally
used function except in very special situations.
All devices
Nothing
#define LOAD_REQUEST PIN_B1
#define LOADER 0x1f00
if(input(LOAD_REQUEST))
setjmp.h
label_address( )
printf("OK");
goto_address(LOADER);
input.c

Related parts for PCD COMMAND LINE COMPILER