> 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? On the 18 family, program memory is addressed in 8-bit bytes, but instruction opcodes are 16 bit. Each instruction must start on an even address, and the assembler can tell that 1 is not even. ***************************************************************** Embed Inc, embedded system specialists in Littleton Massachusetts (978) 742-9014, http://www.embedinc.com -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body