At 18:44 -0400 on 06/01/2012, Bob Rutledge wrote about Re: Base registers:
>This should be: LA R11,2048(R12) LA R11,2048(R11)This will work only if you adjust the USING to match it.You were destroying R12 by loading it with whatever was in R11+4096>> USING LOGEVX01,R11,R12 set base register
OOPS you're right. His LAs were correct BUT the LR R12,R15 after the SAVE should have been a LR R11,R15. Otherwise my reply was correct if the USING was updated as you point out.
