Sure Bruce. I run it through PM. So .hex it is.
Ioannis
Check all your routines, and make sure you don't use a GOTO to reach any sub-routines that end with RETURN.
"EDIT"
After looking at PBP's DONE routine, I doubt that's it either. I don't see anywhere in code where a string being sent is spread across any page boundaries either so my 1st guess wasn't any good.
If shifting the routines around makes it work for the send part, are you sure everything else is working right after the shift?
It could be stack overflow if you have a ton of nested gosubs or calls?
Last edited by Bruce; - 19th August 2005 at 17:24.
Thanks Bruce for the look.
Well, I double checked for the points you made as it would be possible. I could not find anything suspicious.
Shifting the sub's around corrects one problem but creates another in another subroutine!
I suppose I cannot have all the sub's together!!!
Ioannis
I was wondering if there is a way to check if PBP Compiler changes the memory page where it should. Maybe we are missing a page boundary. Is it possible?
Ioannis
Bookmarks