On Tue, 3 Mar 2009 16:40:31 -0500, Gerhard Postpischil <[email protected]> wrote:
>Itschak Mugzach wrote: >> Any other ideas? > >Don't write code that branches into the middle of an instruction >- with proper choice of base registers and displacements, it's >possible to write a chain of code contained in another, but >definitely not recommended. > >Gerhard Postpischil >Bradford, VT Well, that defeats one of my forced abend techniques: BRC cond,*+2 This branches into the middle of the BRC (Jump) instruction, which in this case is always x'0001', resulting in an S0C1 abend. Other than that one instance, I totally agree with you. -- John ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

