__MODE_NX32L__ is defined when the project is compiled for the NX32L architecture. See Project: Settings.
Example:
INCLUDE rtcu.inc PROGRAM test; #IFDEF __MODE_NX32L__ THEN DebugMsg(message := "Compilation architecture is NX32L"); #END_IF END_PROGRAM;