Hi Ioannis,
I compiled the code with F628A.
Pls check this post at http://www.picbasic.co.uk/forum/showthread.php?t=3548
From PIC to PIC "words used" changes as you may guess.
-------------
Hi Ioannis,
I compiled the code with F628A.
Pls check this post at http://www.picbasic.co.uk/forum/showthread.php?t=3548
From PIC to PIC "words used" changes as you may guess.
-------------
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
Yes it changes indeed. But it is a little bizzare to have such differences for devices so similar (628-877).Originally Posted by sayzer
I put only the modefs include. Did you put any other? Other defines?
Ioannis
I did not include any modifier file.
Just the code itself.
Meanwhile, lets take your "select case" and compile it with
16F628A
16F877
12C509A
The result is:
16F628A = 95 words
16F8777 = 110 words
12C509A = 123 words
How interesting!
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
Especially for the smallest part that has the largest output!!!Originally Posted by sayzer
Ioannis
Bookmarks