Quote Originally Posted by Christopher4187 View Post
I know.
Really!

... it's becoming a problem because there are so many HSEROUT statements.
You could have an HSEROUT statement for every character, and it wouldn't use a single word more than putting everything in a single HSEROUT.
That's just the way HSEROUT works.
It calls a macro for each character, it doesn't matter which HSEROUT statement calls the macro.

A 2kB image takes up 17kB of code space. Is there a better way to send an image that doesn't take up so much code space with HSEROUT statements?
Store it in FLASH ... a 2kB image will use 2kB (on 18Fs).
Read it back with READCODE.