This is tool which allow easier programming of uC, without some programming expirience.
**broken link removed**
Flowcode generates a C code file from the flow chart that you create. This C-code is automatically compiled into assembler code by the C2C compiler and then translated into a Hex machine code file using Microchip's MPASM assembler.
Requires no programming experience
Allows complex PICmicro programs to be designed quickly
Uses international standard flow chart symbols (ISO5807)
Produces ASM code for a range of 18-, 28- and 40-pin devices
Can be used to teach PLC programming skills
Allows C code or assembly code to be embedded as a macro
Supports interrupts and A/D converters
**broken link removed**
- - - Updated - - -
But if you whant to have real power on uC better take MikroC or similar compiler in hands and learn.