On Wed, 28 Dec 2016 15:44:44 +0200, Binyamin Dissen wrote:

>On Tue, 27 Dec 2016 19:52:26 -0800 Charles Mills wrote:
>
>:>I guess the answer is found in the Assembler manual: "Immediate data must be
>:>specified as absolute expressions whose range of values depends on the
>:>machine instruction for which the data is required."
>:>
>:>There is no good reason why what I am attempting *should* not work. As I
>:>said, if I code DC X'C02F',AL4(FOO) I believe I will get exactly what I
>:>intended and it will execute as intended. But it doesn't work because it
>:>doesn't work. It doesn't work because "immediate data must be specified as
>:>absolute expressions."
>
>That will not work.
>
>You would need
>
>          DC   X'C02F',AL4((FOO-*-2)/2)
>
>Don't know if this will assembler

Is that an attempt to use LLILF to do accomplish what LARL does?

-- 
Tom Marchant

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to