 |
| Site Admin |
 |
Joined: Thu Mar 01, 2001 11:00 am Posts: 784 Location: Temecula, CA
|
|
Please post the code you are compiling. If you are getting the cross page boundary warning, that is odd since as of 25 the adin library has been placed nearly first. If all the code in all the library files is used is should still never cross a page boundary at that point(eg it should be in the first 2k of code space). Are you using an ISRASM handler? If so is there a lot of code in it? That is one way you could push libary code beyond a page boundary, since the israsm handler is put before any library code.
|
|