ASM PROGRAMMAING

For C and ASSEMBLY users to post questions and code snippets for programming in C and ASSEMBLY. And for any other C or ASM course related questions.

Moderators: Benj, Mods

Post Reply
henryscott
Posts: 16
Joined: Wed Apr 29, 2015 11:32 am
Contact:

ASM PROGRAMMAING

Post 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

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 PROGRAMMAING

Post 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.

Post Reply