Page 1 of 1

Indirect addressing conflict?

Posted: Thu Sep 10, 2009 3:52 am
by JWinters
I'm starting to better understand the concept of indirect addressing but I wonder if it's possible to have a conflict.

The device I use has 3 resisters FSR0, FSR1, FSR2. I've looked through all the library files and noticed that sometimes FSR0 is used, but other times FSR1 is instead. Is there any reason to use one register over another?

Also, is it possible to cause a conflict if I use complex subroutine calls.

For example:

Code: Select all

StrToDec(Mid(myString, Length(myString) - 2)