LCDout and large filesize 18F452 -> paging problem?
Howdy,
LCD is in portD (data=D.0-D.3,RS=D.4,En=D.5)
TRISD = %01000000 (D.6 is input)
LCDout interferes pin D.7 as program size grows
PortD.7 = 1 won't make pin high...
pulsout portD.7,10000 still works... cannot figure it out.. o:-)
If I decrease code size, the problem disappears...
Has anyone faced same kinda problems?
thnx adv.
m.
Looong IF-THEN-ELSE structures?
> Ok, how about this code, and ONLY this code:
Well, I dunno.. BUT I got another question..
What would happen if IF-THEN-ELSE overlaps from memory-page to another? Is it allowed? Is pbp-compiler capable of handle veeeeery loooooong IF-THEN-ELSE structures (like 200lines long?) including gosubs from page to page? If not-should I get a warning? o:-)