PCWHD IDE COMPILER Custom Computer Services Inc (CCS), PCWHD IDE COMPILER Datasheet - Page 205

PCWHD PIC10,16,18,24, DSPIC

PCWHD IDE COMPILER

Manufacturer Part Number
PCWHD IDE COMPILER
Description
PCWHD PIC10,16,18,24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCWHD IDE COMPILER

For Use With/related Products
Microchip PIC10, PIC12, PIC16, PIC18, PIC24, dsPIC MCUs
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1009
Availability:
Requires:
Examples:
Example Files:
Also See:
gets( ) fgets( )
Syntax:
Parameters:
Returns:
Function:
All devices
Nothing
#IF
#ENDIF
for(i=0;i<getenv("DATA_EEPROM");i++)
#IF getenv("FUSE_VALID:BROWNOUT")
#ENDIF
#byte status_reg=GETENV(“SFR:STATUS”)
#bit carry_flag=GETENV(“BIT:C”)
None
None
gets (string)
value = fgets (string, stream)
string is a pointer to an array of characters. Stream is a stream identifier (a
constant byte)
undefined
Reads characters (using getc()) into the string until a RETURN (value 13) is
encountered. The string is terminated with a 0. Note that INPUT.C has a more
versatile get_string function.
If fgets() is used then the specified stream is used where gets() defaults to STDIN
(the last USE RS232).
BIT:name
PIN:PB
#ERROR
write_eeprom(i,0);
#FUSE BROWNOUT
getenv("VERSION")<3.050
Compiler version too old
Returns the bit address of the specified
special file register bit. The output format will
be in “address:bit”, which can be used with
the preprocessor command #byte. name
must match SFR.bit denomination of your
target PIC (example: C, Z, GIE, TMR0IF, etc)
Returns 1 if PB is a valid I/O PIN (like A2)
191

Related parts for PCWHD IDE COMPILER