Hi!

Using:
PBP 2.50b
Microcode Studio 3.0.0.5
Microchip USB HID bootloader v2.2
PIC18F4550

When you compile via Microcode Studio you can see how much space your code will take. I think it would be very informative if you could also see how much there still is space to increase your code before you code memory is full. So, instead of seeing "Success: 22384 bytes used" you would see "Success: 22384/32768 bytes used" or something like that...

But you use data memory also! It would be technically easy to add the use of it also on the same line where the use of the used code is shown, however, this is not how things are today.

Where can one see how much you use data space?
In 4550 there is 2k.
Where is that data of used memory hidden? In a linker file or where? Tried to search around but could not find it. I know I'm kind of a blind guy

Thank you in advance...