HLASM has extended mnemonic codes for the Load On Condition
instructions and I think in this case you can use: LOCHINZ. R5,20 i
Keven
On Mon, Jun 3, 2019 at 11:07 AM -0500, "John McKown"
<[email protected]> wrote:
I just wrote some code which uses CIJ (Compare immediate and jump) and
LOCHI (load halfword immediate on codition). In both cases, they did not
accept the condition in "symbolic" form. That is I coded something like
LOCHI R5,20,NZ I.e. Load R5 with 20 if non-zero. But the "NZ" was not
recognised as an mnemonic for 7. I "fixed" this with a simple "NZ EQU 7"
and an equivalent "Z EQU 8". But it was unexpected.
--
This is clearly another case of too many mad scientists, and not enough
hunchbacks.
Maranatha! <><
John McKown