Problems with CALL command on PIC Development Studio

0 votes
No avatar asked by (120 points) about PIC Development Studio
edited by

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?

1 Answer

0 votes
answered by (264k points)
edited by

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

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...