CHIPPROG-40 Phyton Inc, CHIPPROG-40 Datasheet - Page 159

PROGRAMMER STANDALONE 40-DIP

CHIPPROG-40

Manufacturer Part Number
CHIPPROG-40
Description
PROGRAMMER STANDALONE 40-DIP
Manufacturer
Phyton Inc
Type
Universal, Stand Aloner
Datasheets

Specifications of CHIPPROG-40

Contents
Programmer, Cables, CD, Power Adapter
Ic Product Type
Programmer, Universal
Ic Interface Type
USB
Features
Embedded Script Language For Automation Of Routine Operations, Splits Files To Multiple Images
Rohs Compliant
Yes
For Use With/related Products
EEPROM, EPROM, FLASH, MCU, NVRAM
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
© 2010 Phyton, Inc. Microsystems and Development Tools
8.3.1
Operations with Expressions
address. If you enter a variable name, the result of the expression will be the variable’s address but not the
value of the variable.
If the dialog expects a number to be entered, the expression’s value will be interpreted as a number (for
example, the Modify Memory dialog box of the Buffer Dump window). If you enter a variable name there,
then the result will be the value of the variable, but not its address.
Nonetheless, you can follow the default rules:
If you need to use the variable’s value, where an address is expected, then you can write something like
var + 0. In this case, the variable’s value will be used in the expression.
If you need to use the variable address& (address) operation, that is, &var.
The program supports all arithmetic and logical operations valid for the C language, as well as pointer
and address operations:
Designation
( )
[ ]
.
->
!
~
-
&
*
(type)
(sizeof)
*
/
+
-
<<
>>
Description
Brackets (higher priority)
Array component selector
Structure component or union selector
Selection of a structure component or a union addressed with a pointer
Logical negation
Bitwise inversion
Bitwise sign change
Returns address
Access by address
Explicit type conversion
(returns size of operand, in bytes)
Division
Modulus operator (produces the remainder of an integer division)
Addition
Subtraction
Left shift
Right shift
References
159

Related parts for CHIPPROG-40