Hi Dan,I know this behavior. I had some #define statements in my assembler file and it worked for some time. I don't know what went wrong, but later the same instructions failed like yours. Try the .equ statement instead, that worked:
.equ foo1,1 Hope that helps! Andreas