Page 1 of 1

ASM PROGRAMMAING

Posted: Wed Jun 24, 2015 2:05 pm
by henryscott
hallo,

I have an ASM firmaware, for pic18f26k22. Can I use Flowcode6 to manage it? can I use the EB006V9 for the hardware debug and simulation?
thanks

Re: ASM PROGRAMMAING

Posted: Wed Jun 24, 2015 2:09 pm
by Benj
Hello,

Yes you can use the ASM firmware with the EB006.

You can use MPLAB and the free MPASM compiler to compile the assembler code. Then program the EB006 using mLoader.

If you want to use Flowcode for advanced debugging then I would advise that you convert the assembler program into a flowchart. You can embed assembler code directly into the flowchart but I would advise you try and understand the program and replicate using standard flowchart icons.