The simulator gives an error message saying "Warning! Trying to access a memory location outside available memory" on a CALL. The CALL command is at memory location 117, the subroutine starts at memory location 087. An earlier CALL (at memory location 104 to a subroutine at memory location 080) works fine. What is going wrong?
Answer by
Stephen Prastman
I have looked through the available websites for this error, but nothing have found. In this case, the only thing I can recommend is the official help of the developers. Browse to the application's page on SourceForge to consult the documentation of the software. Go through the available topics to learn how to work correctly with the CALL command.
The simulator gives an error message saying "Warning! Trying to access a memory location outside available memory" on a CALL. The CALL command is at memory location 117, the subroutine starts at memory location 087. An earlier CALL (at memory location 104 to a subroutine at memory location 080) works fine. What is going wrong?
I have looked through the available websites for this error, but nothing have found. In this case, the only thing I can recommend is the official help of the developers. Browse to the application's page on SourceForge to consult the documentation of the software. Go through the available topics to learn how to work correctly with the CALL command.
Documentation page: http://picdev.sourceforge.net/webpage/web.php?page=documentation