All, =20 I know this message isn't addressed to me, and I may be out of line here= , but I have to interject my bit of opinion. There are probably others out there with these same sentiments. Those being the fact that I canno= t stand seeing PIC code written in the 8051 look alike nmemonics. This ju= st drives me nuts. Don't get me wrong here, there isn't anything wwrong wi= th it AFAIK. It's just to me, it doesn't seem right. It's kind of like=20 meeting someone who speaks your native language, and then talking to the= m=20 in a somewhat foreign language. =20 Just a nitpick on my part. I'm done now. Carry on..... Regards, Jim =20 > Hello! >=20 >=20 > OK! Here is a part of the code > RD_ENCDR.SRC >=20 >=20 > chk_encoder mov new, encoder > and new, #00000011b > mov temp, new > xor temp, old > jz :return > clc > rl old > xor old, new > jb old.1, :up > :down dec counter > skip > :up inc counter > and counter, #00001111b > mov old, new > :return ret >=20 > My question are : What language is this? >=20 >=20 > Regards > =C5keN >=20 > -- > http://www.piclist.com hint: The PICList is archived three different > ways. See http://www.piclist.com/#archives for details. -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.