On 2013-12-20 17:04, Ian S. Worthington wrote: > There's an idea... Leverage a similar instruction to handle the machine code > conversion hen just fix up the opcode. Like it. > Does this report register references correctly?
> ------ Original Message ------ > Received: 06:16 PM COT, 12/20/2013 > From: Ed Jaffe <[email protected]> > >> z/OS does not distribute a DIAG macro, so we wrote our own: >> >> MACRO , >> &LABEL DIAG &R1,&R2,&I1 >> &LABEL LA &R1,&I1.(&R2.,0) Diagnose >> ORG *-4 >> DC X'83' >> ORG *+3 >> MEXIT , >> MEND , -- gil
