Indirect addressing conflict?

Coding and general discussion relating to the compiler

Moderators: David Barker, Jerry Messina

Post Reply
User avatar
JWinters
Posts: 106
Joined: Mon Feb 04, 2008 4:56 pm
Location: North Carolina, USA
Contact:

Indirect addressing conflict?

Post by JWinters » Thu Sep 10, 2009 3:52 am

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) 

Post Reply