Quote Originally Posted by Art View Post
PBP wouldn't know what the program memory map looks like before it compiles it.
Obvious ... PBP Basic to ASM ( then HEX ) "translation" depends on what you have programmed ( syntax, options ... )

so, totally impossible to get memory usage before compilation as you did with interpreted Basics ( like Parallax chips that memorize basic program and translate it to HEX at runtime )

Just "try and trim" method available here ...
Alain