Hi Marcin, >>> avrasm2 generally does not allow using not-yet-defind >>> labels in macros like this. >> >> really? I doubt it. > > To be correct: ifdef returns false for > forward references and therefore jmp is assembled > by AVRASM2.
And avra does not the same? A quick test (placing the code of the inner interpreter as the last code ever included) resulted in many jmp's, placing it in front of the many primitives from dict_core.inc gives many rjmp (as is should be). Since the DOLOOP words are the only part of the code that cause the trouble (to my surprise btw) I'll simply swap the ordering in the dict_core file and make a note to myself to never change that again ;) Rev 1273 work Matthias ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel