>I am making my first steps into 18Fxxx programming. >When asembling something like > goto 1 >I get the warning 'Destination address must be word aligned'. >I see bo hints in the 18F datasheet of such a restriction. >The warning seems to happen only when the destination is >specified as a value, not when it is a label. What is going on? Exactly what it says. You will find a word aligned value is always an even value, and a label will implicitly have this because of the way it is assigned. You should not have a problem with "goto 2" or "goto 0" -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body