I have to load 500bytes of data to my 877a. I have started at location 7100. I put this statement first towards the start of the code:

Code:
ERASECODE 7100
I then used the POKECODE @7100 .............

The problem is that after 255 locations I am getting problem with the compiler. How can I load 500 bytes of data without any interruption in between?