Hi Guys,
MPASM seems to be compiling my stuff ok,
but I think it was PM that spat out the total memory count on your program
ie. 1024 Words used (if you filled up a 1K 16F84).

Is there an easy way to see something like that from MPLAB without opening pic programming software?
The reason is MPLAB can program with PicKitII instantly,
so I wouldn't have to use separate pic programming software if I could see the pic's memory map somewhere else.

There are also those cases where maybe you used a lookup table close to the end of a code page,
and PBP used an org statement to move it to the beginning of the next code page
(to prevent the lookup table crossing the page).

Then you have a little pocket of program memory you want to know about because
you can still write a little bit before the lookup table.

If you've got a good method of handling this, what are you doing?
I thought MPLAB had a real pic programmer style view of program memory once,
and maybe I just don't see it this time.