Thank you Tobias.

I made some changes after testing with the PM assembler. Should have tested that assembler again. Sorry bout that.

Removing the variable opcode and the indent makes it work with PM again.
Code:
;----[Module defaults]------------------------------------------------------
  #define SHOWDIGITALDEFAULT  0
  ifdef SHOWDIGITAL
SHOWDIGITALRESULT = SHOWDIGITAL
  else
SHOWDIGITALRESULT = SHOWDIGITALDEFAULT
  endif
  ifndef PM_USED
    ifndef ADLISTALL
      nolist
    endif
  endif
I'll update the main file.

Thanks again,