I'm running out of code space so.... (16F628)
What is the most efficient way to read & write a WORD using the READ, WRITE commands.
I have a VAR WORD which holds the VAR 1234
I need to write this and then read it at start up.
Is it possible to write the whole word in one instructions as it is 2 bytes.
I was hoping to do something like write [0,1],VAR
then read [0,1],VAR
But how do i get the whole WORD?
Any suggestions
Rob
Bookmarks