Jnb Items tagged with Jnb
DIGITAL CLOCK USING DS1307 SOURCE CODE IN assembly
it means same as...
here: jnb alarm_alarm, here
$ is a key character in keil to represent same address location.
there are many ways u can use this $... in keil programming.... Read Compelte post
here: jnb alarm_alarm, here
$ is a key character in keil to represent same address location.
there are many ways u can use this $... in keil programming.... Read Compelte post
Other Tags: keil address location jnb
Posted by ajay_bhargav on Tue Apr 24 2007, 08:23 pm
DIGITAL CLOCK USING DS1307 SOURCE CODE IN assembly
hi!
i have seen the assembly code.i am not getting what the following instruction mean,
jnb alarm_alarm,$;
in this instuction what the $ is used for.... Read Compelte post
i have seen the assembly code.i am not getting what the following instruction mean,
jnb alarm_alarm,$;
in this instuction what the $ is used for.... Read Compelte post
Other Tags: digital clock assembly code ds1307 jnb source code
Posted by shashank on Tue Apr 24 2007, 07:31 pm
AT89S51 + AT24C01A
Rickey, you published I2C code in 8052 forum.
Which line in your send and receive routine for acknowledge ?.
I read in a routine published by Rentron Electronics for AT89C2051 + DS1307, for example in their send_byte routine, it used JNB SDA to check for acknowledge.
What is the function of rlc c in your routine ?.
Thanks,
SGH
... Read Compelte post
Which line in your send and receive routine for acknowledge ?.
I read in a routine published by Rentron Electronics for AT89C2051 + DS1307, for example in their send_byte routine, it used JNB SDA to check for acknowledge.
What is the function of rlc c in your routine ?.
Thanks,
SGH
... Read Compelte post
Other Tags: acknowledge ds1307 at89c2051 jnb rickey
Posted by SGH on Sat Apr 21 2007, 09:16 pm