ASM in Flowcode 8

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
JFinlayson
Posts: 93
Joined: Mon Sep 23, 2013 4:33 pm
Has thanked: 5 times
Been thanked: 6 times
Contact:

ASM in Flowcode 8

Post by JFinlayson »

How can I write and download hex files in Flowcode 8??
The older the boy the bigger the toy

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: ASM in Flowcode 8

Post by Benj »

Hello,

You can write C and assembler code in Flowcode using the C code icons. The compiler for 8-bit PIC is the XC8 compiler and so you can look at the XC8 compiler manual for the correct Assembler syntax.

Downloading hex files should be as simple as clicking the compile to chip button depending on your programmer.

We support several programmers and details on how to set them up can be found here.
https://www.matrixtsl.com/wiki/index.ph ... ming_Tools

Post Reply