I have two subroutines with exactly same content but different names. I want them to be located in different addresses. I don't want the two subroutines to share same code, and I set the optimizer to "0". But still one of the subroutines is not working. How can I turn off the optimizer?
"I set the optimizer to "0". But still one of the subroutines is not working." Did you remember to do a full rebuild? Did this achieve your goal of having the two functions located in different addresses? What do you mean by "not working?"