Extended Mnemonics After Unsigned Arithmetic

2013-03-16 Thread Sharuff Morsa3
Ed, I think a SHARE requirement would be a useful start to discussing additional extended mnemonics. I'd follow that up with a HLASM RFE request. How do we start the SHARE requirement ? and would you expect to discuss this at Boston or before ? Sharuff Sharuff Morsa HLASM IBM Hursley Unless

Re: Extended Mnemonics After Unsigned Arithmetic

2013-03-16 Thread Ed Jaffe
On 3/15/2013 4:39 PM, robin wrote: (It's the reason that 32K is a limit in so many places in z/OS e.g., block sizes, number of ASIDs, etc.) No it's not. It's the result of using the halfword instructions such as LH, AH, SH, etc which automatically sign-extend to 32 bits. (Incidentally, the

Automatic reply: ASSEMBLER-LIST Digest - 14 Mar 2013 to 15 Mar 2013 (#2013-39)

2013-03-16 Thread Garcia-cid, Jorge E
I am currently out of the office. I will be returning Monday March 25th. For immediate assistance contact: Dennis Munemura at his email address dennis.munem...@ca.com.

How to print a floating point number

2013-03-16 Thread Forst, Fred
I'm just starting to learn assembler, so I started with 'Hello World' and also printing the sum of 2 numbers. Snippet of the code is below and it works fine: OPEN (SYSPRINT,(OUTPUT)) Write output here L 3,NUM1 Load first number in R3 L 4,NUM2