newer opcodes

2011-10-11 Thread Tony Thigpen
I do my major coding on my pc using the Dignus Assembler. I was moving some working source code to z/VM where production assemblies are performed and am having trouble finding the correct optcode table for the following instructions: CHSI MVHHI CHHSI We have the following HLASM installed: HLASM

Re: newer opcodes

2011-10-11 Thread DAL POS RAPHAEL
Hi Tony, UNI works for me. On z/OS at least. Cheers, -- Raphael Dal-Pos / z/OS Support Generali France Assurances DSIO - DIO - IT Infrastructure Support Saint Denis - Wilo W 03 B2015C rdal...@generali.fr +(33)1-58-38-59-67 or

Re: newer opcodes

2011-10-11 Thread Martin Trübner
Tony, ZS4 does not work on our HLASM. But ZS4 is what you need. THe instructions you cited are all z10 (or more) First, what is the correct OPTABLE() setting for these instructions? answered Second, I thought the halfword-Imm instructions were available all the way back to the MP3000

Re: newer opcodes

2011-10-11 Thread Tony Thigpen
And I thought that even rel+imm are evil (at least that was the impression you left me with after our last conversaation about this very subject) Not evil, just can't use them since the customer may not have the hardware support. The current program I am working on requires z/VSE 4 so I was