Does it refer to a pins of the any ports?If my opinion is right
,which ports and also which pins?If my opinion is wrong,why this commend used?I couldn't understand:sad:
Thanks a lot....
rberek
Joined: 10 Jan 2005 Posts: 207 Location: Ottawa, Canada
Posted: Fri May 19, 2006 6:21 am
A line like:
#bit y3=9.1
means that you are giving a name to bit 1 of memory address 9.
The line #bit x3 = x.3 indicates that somewhere else in the code, a memory address was given the name x and bit 3 of this address will be given the name x3.
LEVENT
Joined: 04 May 2006 Posts: 16
Posted: Fri May 19, 2006 7:00 am
thanks,I fined that,memory address of 9 is refer to PORTE
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