CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

ASM Code Table [DONE]

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
nilsener



Joined: 06 Dec 2005
Posts: 59

View user's profile Send private message

ASM Code Table [DONE]
PostPosted: Tue Jun 26, 2007 9:14 am     Reply with quote

Dear,

I have to check the #use I2C part of my lst file for locations that may hang if I2C communication fails. I have no idea what the single ASM commands mean. Can somebody supply me with an ASM code table where every command is short explained?!

Code:

.................... #use I2C(MASTER, SDA=PIN_C4, SCL=PIN_C3, RESTART_WDT, SLOW, FORCE_HW)
*
25E4:  BCF    FC6.7
25E6:  BCF    F9E.3
25E8:  MOVFF  73,FC9
25EC:  MOVLW  02
25EE:  BTFSC  FC6.7
25F0:  BRA    25FC
25F2:  BTFSS  F9E.3
25F4:  BRA    25F2
25F6:  MOVLW  00
25F8:  BTFSC  FC5.6
25FA:  MOVLW  01
25FC:  MOVWF  01
25FE:  RETLW  00


Thanks for helping
Best Regards
Nilsener


Last edited by nilsener on Wed Jun 27, 2007 9:49 am; edited 1 time in total
kevcon



Joined: 21 Feb 2007
Posts: 142
Location: Michigan, USA

View user's profile Send private message

PostPosted: Tue Jun 26, 2007 9:49 am     Reply with quote

The definitions of assembly mnemonics are listed in the datasheet for the chip you are using
nilsener



Joined: 06 Dec 2005
Posts: 59

View user's profile Send private message

PostPosted: Wed Jun 27, 2007 9:51 am     Reply with quote

Thanks a lot kevcon

Nilsener
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group