I think this may be what you are looking for.
http://www.picbasic.co.uk/forum/show...SCCAL+register
I think this may be what you are looking for.
http://www.picbasic.co.uk/forum/show...SCCAL+register
Dave
Always wear safety glasses while programming.
Thanks mackrackit,
With the link i found that i need to use the line:
POKECODE @$3FF, $78 ( where $78 should be replaced with my setting )
When using this with my pbp i get alot of error lines like :
[218] Address limit of 3FFh Exceeded
Did i miss something ?
POKECODE @$3FF, $74 has to be the very last line of code. If you try placing this before
anything else PBP thinks you're out of code space.
Thanks Bruce,
I believe you are right !
It makes perfect sense !
This line should be the last line ( i did actually placed on top next with the settings).
Will try this when i get home.
Thanks
Bookmarks