And here we have another TASM limitation: INCLUDE file names apparently are strcpy()'d to a buffer with a fixed size of 32 bytes, causing a crash when trying to include any file with a longer name. Quality.