not sure what link you are referring to.
sorry, maybe I did not ask clearly enough.
I am using the microcode studio. loaded
the ds1307.bas file. when I compile, I get
the following error messages:
Error ds1307~1.asm 166:[255]undefined symbol 'intrc_osc_noclkout'
etc...
I went back to the pic basic manual
to find out what the @ command does,
it mentions the @ command allows insertion
of an assembly line of code.
I understand her code is written entirely
in pic basic. there are lines of code in there
that are assembly related.
such as how the months are stored. that is
why I am asking if there are changes
required to properly compile for the 16f877 since
the memory locations maybe different for each pic.
I am guessing here that is why I am asking. I am
not at your senior level to know and understand every
line of code.
if I select the target processor as 16F628, it compiles
just fine but I don't have the 16F628 pic.
Bookmarks