Re: absolute addressing example doesn't work

2015-05-15 Thread Hall, Keven
What is the ultimate goal of this folly? -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of glen herrmannsfeldt Sent: Friday, May 15, 2015 20:48 To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: absolute addressing example doesn't work

absolute addressing example doesn't work

2015-05-15 Thread glen herrmannsfeldt
In the HLASM release 5 manual, there is an example: "If a register is specified with base address zero, the assembler will use it in preference to the default use of register zero. For example: | USING 3,0 | LA 7,5 | generates the instruction X'41703005'; in the absence of

USING 0,0

2015-05-15 Thread glen herrmannsfeldt
I wonder if USING 0,0 and USING 4096,1 should work correctly. I have tried it with START 1000, and START 5000, respectively, such that addresses are in the appropriate range, but, using the Tachyon assembler, get addressability errors. Or maybe there is an assembler option to allow this that I d