>UNPK CL15,PL7 would also accomplish this task, as you're not really using any >of ED's power.
The rightmost byte in the CL15 field will have the "sign" in the left nibble. So an additional instruction after the UNPK is needed: OI CL15+14,X'F0' -- Peter Hunkeler
