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?
"Look in the listing file." Or, in the debugger, check the disassembly listing.