ASM to FLowcode Help

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
dswheeley
Posts: 10
Joined: Tue Mar 20, 2012 9:35 am
Contact:

ASM to FLowcode Help

Post by dswheeley »

Hi all

Anyone wishing to help it would be most appreciated.

I am using a PIC16F639 or PIC16F636 which is an 125 KHz LF enabled micro controller. We are quite competent in flowcode, but not sure where to start with this device.

We have ASM for the device, but not sure which parts to cut and paste to make a flow code module for the device.

The PIC16F639 and PIC16F636 are both supported in the FLowcode devices list, but there is absolutely nothing regarding the LF aspects of the chip.

I am looking for someone just to cut and paste the LF aspects of the ASM that we have into a flowcode ASM module. Is this something that anyone would be kind enough to help with.

Best Regards

Darren

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 to FLowcode Help

Post by Benj »

Hello Darren,

The Flowcode file created for an F device should also run fine on a compatible LF device.

I think ASM code is done like this on BoostC.

asm("ASM CODE");

Though you should be able to do anything in C or Flowcode that you can in assembler.

dswheeley
Posts: 10
Joined: Tue Mar 20, 2012 9:35 am
Contact:

Re: ASM to FLowcode Help

Post by dswheeley »

Hi BenJ

I think there may be a little confusion here.

The LF is denoting the Low Frequency of 125 KHz, basically it the 16F639 and 16F636 have 3 axis Low Frequency receiver in them and I need to know how to implement this in flow code. I have an ASM routine for the 3 Axis receiver, but not very proficient at ASM to know which bits I need to make it work as a ASM FLow code module. I was looking for someone willing and knows enough about ASM to cut and paste the code I have into a FLowcode module that I can just call. My flowcode is ok but my ASM is non existent...:)

Regards

Darren

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 to FLowcode Help

Post by Benj »

Hi Darren,

Aha I see, Have you PM'd any of the people in the freelancers section to see if they will help you.

Post Reply