I need the ability to redefine the label, it is the link in the dictionary. On Jun 21, 2011, at 3:57 PM, Isaac Marino Bavaresco wrote: > Em 21/6/2011 16:25, Thomas Sefranek escreveu: >>> This works in absolute mode! >> I see in the listing the address, but the assembler doesn't. >>=20 >> 00078E 0000 00334 DW link ; Form the d= ictionary link address for "skip". >> Error[151] : Operand contains unresolvable labels or is too complex >> 00000000 00335 link SET $ ; Define the = dictionary link address for "skip" here. >>=20 >> Tom >=20 >=20 > I think you should not use 'SET', but rather define a normal label: >=20 > link: >=20 > 'SET' doesn't create a symbol in the OBJ's symbol table. >=20 > --=20 > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .