How do I view how much program and ram space a compiled program will use? I'm looking for something like a memory map such as is provided by other tool sets. I've been able to figure out the program size by loading into dScope. That seems an inefficient way to check code size. And I haven't found how to check ram (variable) space usage. Thanks. -Wes