Is there a linker command to exclude addressing spaces without using the CODE command and listing all the segments? For example, I need my code to reside within the first 8K (0000 - 1FFF) and at the end of memory (C000 - FFFF) only. I need to "keep-out" of area 2000 - BFFF which contains 38K of fixed data. FLASH IAP is driving this request to work with 3 (16K) and 2 (8K) segments within a 64K FLASH device. Thamks, Alan Preuss