Also, I get a ASM warning: found directive in column 1. (__config)
When I indent 1 space it goes away. Not sure if that matters.
it matters mpasm tries to make anything sent directly to it (#config/ASM) in column 1 a label that's not what you want

(1) space before __config and (1) space between __config and _config1 is whats required

my bad ,it gets difficult to show formatting when the forum eats up the white space on your posts. I should remember ,config fuse syntax questions get asked about 1000 times per year