(I'm cross-posting this to ASSEMBLER-LIST, where it's
belonged for several plies.)

In a recent note, Edward Jaffe said:

> Date:         Tue, 7 Nov 2006 07:45:41 -0800
> 
> I have written macros to implement assembler features for which I have
> been asking for a long time. In this case, it's the ability to use the
> implied length of the source rather than target operand. In this case, I
> would code:
> 
> |    MVC2  TARGET,=XL6'402021212121'
> 
Even as a colleague and fellow assembler novice decades ago wrote
macro ZI, to do:

         NI    &1,255-&2

(try "grep ' NI .*,255-' SYS1.MACLIB/*" to see the motivation.)

And ever since I've wished that even in the absence of "PRINT GEN"
the assembler would display the generated hex on the line of the
macro call that generates exactly one instruction.  I did this in
an assembler I wrote once; my clients, all MVS partisans demanded
I remove the feature.

-- gil
-- 
StorageTek
INFORMATION made POWERFUL

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to