Re: LOADING An AMODE64 Program

2015-08-20 Thread Paul Gilmartin
On 2015-08-20, at 05:39, Peter Relson wrote: Does this mean that one can't create a data module to be loaded above-the-bar? One must obtain STORAGE and copy into it? Can one IDENTIFY an address above- the-bar? No to all three. You can create a data module to be loaded above the bar.

Re: LOADING An AMODE64 Program

2015-08-20 Thread Robert Ngan
I'd suggest using LOADPT= to get an address not contaminated with addressing mode bits, but this doesn't support returning 64-bit values yet. Robert Ngan CSC Financial Services Group IBM Mainframe Assembler List ASSEMBLER-LIST@LISTSERV.UGA.EDU wrote on 2015/08/19 11:29:31: From: Paul Gilmartin

Re: LOADING An AMODE64 Program

2015-08-20 Thread Binyamin Dissen
On Thu, 20 Aug 2015 08:14:36 -0500 John McKown john.archie.mck...@gmail.com wrote: :On Thu, Aug 20, 2015 at 6:39 AM, Peter Relson rel...@us.ibm.com wrote: : So it's unclear if LOAD supports RMODE 64 yet. : As Chuck Arney responded, only to the extent that you can provide : an area above 2G

Re: LOADING An AMODE64 Program

2015-08-20 Thread John McKown
On Thu, Aug 20, 2015 at 6:39 AM, Peter Relson rel...@us.ibm.com wrote: So it's unclear if LOAD supports RMODE 64 yet. As Chuck Arney responded, only to the extent that you can provide an area above 2G (LOAD with ADDR64). What happens if someone, mistakenly, loads a module with 4 byte ADCONs

Re: LOADING An AMODE64 Program

2015-08-20 Thread Chuck Arney
What happens if someone, mistakenly, loads a module with 4 byte ADCONs into above the bar storage? Yes, this is an error. I don't see anything in the documentation about this. The ADCONs simply do not get relocated. There is no system abend or anything so it's up to your program what it