Hello Vasi

Thanks for your response, I didn't know this doc.
I just download it, and I'm going to read it carrefully.

Phil


Le mardi 25 février 2014 21:19:21 UTC+1, funlw65(Vasi) a écrit :
>
> See "Chapter 10. Assembly" from the compiler's documentation. That is the 
> first step you have to do it.  And again, everything related to Bert's 
> book, library and examples has to be presented on Yahoo Jallist tech group. 
> https://groups.yahoo.com/neo/groups/jallist/conversations/topics 
>
>
> On Tue, Feb 25, 2014 at 9:54 PM, phil heintz <[email protected] 
> <javascript:>>wrote:
>
>> hello
>>
>> In this procedure from Bert JalPack:
>>
>> procedure Data_EEprom_Read( byte in Address, byte out Data ) is
>>   assembler
>>         bank MOVfW Address     ;
>>         MOVWF EEADR            ; Data Memory Address to read
>>         BCF EEPGD              ; Point to DATA memory
>>         BCF CFGS               ; Access program FLASH or Data EEPROM 
>> memory
>>         BSF RD                 ; EEPROM Read
>>         MOVF EEDATA, W         ; W = EEDATA
>>         bank MOVWF Data
>>   end assembler
>> end procedure
>>
>> What is the meaning of  "bank" ???
>>
>> is MOVfW Address    is the same as:  movf Address,W ???
>>
>> many thanks
>> Phil
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "jallib" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> To post to this group, send email to [email protected]<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/jallib.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> -- 
> Vasi 
>

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/jallib.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to