View previous topic :: View next topic |
Author |
Message |
nilsener
Joined: 06 Dec 2005 Posts: 59
|
ASM Code Table [DONE] |
Posted: Tue Jun 26, 2007 9:14 am |
|
|
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
|
|
Posted: Tue Jun 26, 2007 9:49 am |
|
|
The definitions of assembly mnemonics are listed in the datasheet for the chip you are using |
|
|
nilsener
Joined: 06 Dec 2005 Posts: 59
|
|
Posted: Wed Jun 27, 2007 9:51 am |
|
|
Thanks a lot kevcon
Nilsener |
|
|
|