Space between the @ and the underscores.
And 2 underscores.
<br>
Space between the @ and the underscores.
And 2 underscores.
<br>
DT
Closer -
Now I get
Error[126]...;Argument out of range (must be greater than or equal to 2097151)
Error[126]...;Argument out of range (__MAXROM must be used first)
Charles Linquist
Oh Great.
Another Mind bender.
It seems to work on every chip except 18F8xxx
Hmm, now what's up with that.
<br>
DT
You give up too easy Charles.
Found it. Actually a documented MPASM error.
Here's the fix. Just have to use a larger number for MAXROM.Code:@ __MAXROM 0x1FFFFF @ __BADROM 0x1FD00 - 0x1FFFFF
DT
Bookmarks