I have a file with a name like xxxx.asm
in it I have:
InitPORTA MACRO
pic-as throws a syntax error on this line.
The code compiled fine with:
mpasmx -rdec pic-code.s
I thought *.asm
files were the file type that pic-as took to mean assembly with no C contructs in them and would thus assemble them as the older assembler did.
Is there something obvious I missed?