Search found 5 matches

by jeannoor
Thu May 24, 2012 5:35 pm
Forum: C and ASM Programming
Topic: asm code into fcd
Replies: 3
Views: 4890

Re: asm code into fcd

hi medelec35
i want really to thanks you for this code.
& it's working :D
by jeannoor
Thu May 24, 2012 12:38 pm
Forum: C and ASM Programming
Topic: asm code into fcd
Replies: 3
Views: 4890

asm code into fcd

hi to all please can anyone adapted this code to be inserted into asm code in flowcode asm{ clk bsf PORTA,0 nop bcf PORTA,0 nop return reset_card bcf STATUS,RP0 bsf PORTA,1 bsf PORTA,0 ;//call dealy bsf PORTA,1 bcf PORTA,0 ;//call dealy bcf PORTA,1 bcf PORTA,0 ;// call dealy return ;//custom it plea...
by jeannoor
Wed May 23, 2012 1:35 pm
Forum: Flowcode V2 & V3
Topic: C code/asm
Replies: 10
Views: 14292

Re: C code/asm

this is the err :

Code: Select all

C:\Documents and Settings\Administrateur\Bureau\Nouveau dossier\asm in.c(118): error: general error
C:\Documents and Settings\Administrateur\Bureau\Nouveau dossier\asm in.c(138): error: general error
asm in.c failure

failure

Return code = 1
by jeannoor
Wed May 23, 2012 12:08 pm
Forum: Flowcode V2 & V3
Topic: C code/asm
Replies: 10
Views: 14292

Re: C code/asm

hello everyone
i try to insert the bit delay(); function in a flowcode programme but it didn't work i don't know
this is my programme
if any one can help
by jeannoor
Wed May 23, 2012 11:15 am
Forum: General Programming
Topic: read byte/byte on flowcode
Replies: 3
Views: 2807

read byte/byte on flowcode

Hello everyone, I have very big problems to write the code to read a byte that arrives on port A (B3, for example) and display it on an LCD I have a code they do but the assembler problemme is that there are n has not adapted Flowcode bits0 clrf codlue movlw .8 movwf cmpt ;read 1 octet lec_bit0 call...