
Originally Posted by
Darrel Taylor
Hi Ioannis,
That error is comming from ReEnterPBP.bas
There's no way for it to know if the complex formula/IF statement is in the main program or the interrupt handler. And if it's in the handler, it will end up overwriting PBP's system vars.
If you know for sure that the offending statements are
NOT in the handler. You can open the ReEnterPBP.bas file and comment the error line.
Code:
ifdef T5
; ERROR "Temp variables exceeding T4"
endif
HTH,
Hi Darrel,
So if I understand this right, ERROR is a reserved word in assembler, and if IFDEF calls it then MPASM displays the error when compiling . . . YES?<br><br> Hi Steve, thanks , I will give that some thought.
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Bookmarks