Just like to take a quick moment to announce something
that might be interesting to this list.

We've just released V1.70 of our HLASM compatible Systems/ASM assembler.

As well as supporting the new z990 instructions/formats, and other
niceties, this new version includes support for generating Linux/390
and z/Linux objects from HLASM source that is as unchanged as we could
make it.

For example, the following program assembles and runs
on Linux/390:

main CSECT
main ALIAS C'main'
    BR 14
    END

(about the simplest mainframe program there is.  There are other
examples in the Systems/ASM documentation.)

This support also includes complete debugging information,
including line numbers and DSECT member offsets; so you can
use the typical Linux debuggers to debug the assembly program
and refer to DSECT members, set break points on lines in
the original ASM source, etc...

There are several other features in this new release, if
you're interested, please see the press release available on
our web page (http://www.dignus.com/press_release/030715.html)

         - Many Thanks! -
         - Dave Rivers -

p.s. See us at SHARE - Booth number 305!

--
[EMAIL PROTECTED]                        Work: (919) 676-0847
Get your mainframe programming tools at http://www.dignus.com

Reply via email to