: Re: Subpool 0 Usage

2024-07-13 Thread Peter Relson
low private subpool: 0-127 (and 131-132 depending on the key) There is nothing wrong with an unauthorized application using any of the low privae subpools. After all, they can't use anything else. Peter Relson z/OS Core Technology Design

Re: Getting to CVT with FLAG(PAGE0)

2024-07-11 Thread Peter Relson
John K wrote: I had to turn off FLAG(PAGE0) for SWAREQ and TRKCALC. SWAREQ addressed this almost 15 years ago. TRKCALC was changed over 15 years ago. Please avoid using ancient versions of macros. Shmuel wrote: The obvious example is CVTPTR, which currently is an absolute EQU. Changing

Re: Getting to CVT with FLAG(PAGE0)

2024-07-10 Thread Peter Relson
requiring the invoker to include the CVT. Maybe there are some macros that don't do that. If you find any in z/OS, let me know and maybe we can get that improved. Peter Relson z/OS Core Technology Design

Re: The best way to check any virtual address

2024-06-04 Thread Peter Relson
use TPROT on a purported ASCB address and if I didn't get success, I'd know it wasn't an ASCB address (because an ASCB cannot be paged out). Peter Relson z/OS Core Technology Design

Re: Instructions by Machine

2024-05-15 Thread Peter Relson
were added since the previous release). That gives you the direct way to see what you can rely upon being available, for whichever you choose as your oldest release. Maybe that's just me. Peter Relson z/OS Core Technology Design

Re: IEABRC anomaly

2024-05-02 Thread Peter Relson
so could have been a candidate for conversion. But functionally it is not necessary. Anyone who truly wants conversion of the operand for some reason could avoid using NOP and code a conditional branch with mask 0. That will get converted. Peter Relson z/OS Core Technology Design

Re: Complex immediate fields

2024-04-17 Thread Peter Relson
refreshed is treated as one that better not modify itself because at any point it might be refreshed back to a previous state. Peter Relson z/OS Core Technology Design

Re: OPCODE tables

2024-03-22 Thread Peter Relson
withdrawal of the transactional execution facility, even though it is part of the z/OS 2.4 ALS. Peter Relson z/OS Core Technology Design

Re: Decimal Floating Point Numbers

2024-03-05 Thread Peter Relson
ow me this as a Right-Unit View DFP value". Peter Relson z/OS Core Technology Design

Re: Reseting RMODE

2023-12-05 Thread Peter Relson
E 24 NOPR 0 immediately before the END The assembly will work fine. And when you bind it, the "minimum" across the CSECTs is what will by default be used. Peter Relson z/OS Core Technology Design

Re: Reseting RMODE

2023-12-03 Thread Peter Relson
4 for data such as a DCB, affects only non-reentrant modules. So try to avoid that. Peter Relson z/OS Core Technology Design

Re: comment continuation macro invocation

2023-12-02 Thread Peter Relson
macro invocation (perhaps putting a comment on each line with keyword=value) such as M A=1,Set the A parameter to ...<* in col 72> B=2,Set the B parameter to ...<* in col 72> ... Peter Relson z/OS Core Technology Design

Reseting RMODE

2023-12-02 Thread Peter Relson
s Ed Jaffe mentioned, when something like RMODE=SPLIT is used on the bind of a program object. In the RMODE=SPLIT case you can end up with one part of the executable in one RMODE and the other part in another RMODE and V-Con's between the two parts are resolved at module fetch time. Peter Relson

Re: BAKR/PR and Linkage Convenction

2023-11-29 Thread Peter Relson
quire addressability to wherever a literal generated by the macro might get placed. Obviously you could set that up temporarily with LARL, wherever needed, if you choose not to devote a reg for that purpose. Peter Relson z/OS Core Technology Design

Re: The interaction between LSEs and ESTAE-cancel (was Re: BAKR/PR and Linkage Convenction)

2023-11-23 Thread Peter Relson
take care of logic specific to that module, with the recovery mainline doing the routing and taking care of logic that is general to the flow. We find that that makes it more natural to keep recovery in synch with module changes. Peter Relson z/OS Core Technology Design

Re: BAKR/PR and Linkage Convenction

2023-11-18 Thread Peter Relson
rea that can hold both GRs and ARs). Do note that there are limits to the number of entries you get by default on the linkage stack. And keep in mind that ESTAE-type recovery routine retry is sensitive to the linkage stack level when the routine is established. Peter Relson z/OS Core Technology Design

Re: ASMA057E Undefined operation code SR 15,15

2023-11-16 Thread Peter Relson
three are 2-byte instructions and LHI is a 4-byte instruction comes into play. It is apparent that LHI creates a bigger instruction-space footprint. That in turn can lead to increased cache line usage. Peter Relson z/OS Core Technology Design

Re: ASMA057E Undefined operation code SR 15,15

2023-11-15 Thread Peter Relson
nk older releases of the assembler used to require for each SETC symbol, but apparently that is no longer required.) I saw no mention that "SR" is at best the 4th best choice for zeroing a register. I'll leave the other 3 (and perhaps more) as an exercise for the reader, for a while. Peter Relson z/OS Core Technology Design

Re: Variable-Length Parameter List Attributes

2023-10-20 Thread Peter Relson
oduces the requisite load module / program object. Peter Relson z/OS Core Technology Design

Re: IARV64 REQUEST=DISCARDDATA Question

2023-09-28 Thread Peter Relson
;always be zero". In any case, that's why we agree that it would be nice to document. Peter Relson z/OS Core Technology Design

Re: IARV64 REQUEST=DISCARDDATA Question

2023-09-27 Thread Peter Relson
the reference's GETSTOR function to have the same information. Peter Relson z/OS Core Technology Design

Re: Self-documenting Bit Settings

2023-08-17 Thread Peter Relson
n be easier not having to deal with a WTOR to respond to. Here, some "CHECK=NO" option would indicate similarly "I do know what I'm doing". Peter Relson z/OS Core Technology Design

Re: Self-documenting Bit Settings

2023-08-16 Thread Peter Relson
B2 EQU *-L'F1,X'20' Peter Relson z/OS Core Technology Design

Re: Automation in C++ vs HLAsm WAS: looking for limbo languages - how low can you go?

2023-08-08 Thread Peter Relson
ecifically know what "@PSA" is, so my guess could be wrong. The two CALC statements are likely too simplistic if you are trying to reference the PSA's of all processors (such as within a loop), due to the concepts of prefixing and reverse prefixing. Peter Relson z/OS Core Technology Design

Re: IEFU86 WorkArea use ?

2023-07-09 Thread Peter Relson
nterface has certain characteristics) do not belong on assembler-list. IBM-Main is a much better choice, getting to a wider audience of folks who might help. Peter Relson z/OS Core Technology Design

Re: How to properly integrate HLASM SECTALGN with ALIGNT in z/OS binder?

2023-06-13 Thread Peter Relson
rd-aligned). So if you need a section ordered on a boundary stronger than doubleword, the module must be on a page boundary. It is not the case that this necessarily causes the module to be rounded to a 4K multiple. Peter Relson z/OS Core Technology Design

Re: Assembler theology question

2023-06-02 Thread Peter Relson
R8,PSATOLD-PSA(0) ** ASMA309W Operand PSATOLD-PSA(0) resolved to a displacement with no base register 0008 5880 021C 021C 6 L R8,PSATOLD-PSA(,0) 000C 5880 021C 021C 7 L R8,PSATOLD-PSA(0,0) Peter Relson z/OS Core Technology Design

Re: SECTALGN(256)

2023-05-04 Thread Peter Relson
to the default defaults (I noticed only that you have RMODEX=64TRUE which makes sense but is not the default default). Peter Relson z/OS Core Technology Design -Original Message- From: Ed Jaffe Sent: Thursday, May 4, 2023 8:08 PM To: Peter Relson ; assembler-list@listserv.uga.edu Cc: Jonathan

SECTALGN(256)

2023-05-04 Thread Peter Relson
oth load modules and program objects without requiring the use of COMPAT(ZOSV2R1). In a simple experiment, this seemed to do the right thing. I don't have any idea about ALIGNT. Peter Relson z/OS Core Technology Design

Re: Automatic Variable Insertion

2023-04-18 Thread Peter Relson
I suggest, by the way, that you use the TEXT keyword of WTO. It can make things much more flexible for you, since the message line is then not part of the WTO expansion, rather just the address of it. Peter Relson z/OS Core Technology Design

Re: Blocking Low core access from Assembler programs

2023-03-30 Thread Peter Relson
e the address is not 0 but still within the first page. The case of 0 is orders of magnitude more likely. Peter Relson z/OS Core Technology Design

Blocking Low core access from Assembler programs

2023-03-29 Thread Peter Relson
The assembler's FLAG(PAGE0) is provided to catch at assembly-time errors such as AHRx,2 when you might have intended AHI Rx,2 Peter Relson z/OS Core Technology Design

Re: Blocking Low core access from Assembler programs

2023-03-28 Thread Peter Relson
dress in z/OS and locations 0-x'7FF' are set by z/OS not to be fetch-protected. Therefore they are accessible to any program, without "access error". Programming interfaces such as FLCCVT, PSATOLD and PSAAOLD are within this range. DO NOT change control register bits. Peter Relson

Re: Entry Point in load module

2023-03-15 Thread Peter Relson
EST(R) IEW2650I 5102 MODULE ENTRY NOT PROVIDED. ENTRY DEFAULTS TO SECTION TEST1. And if you reversed the includes, entry would default to TEST2. In the absence of a name on an END statement, I'd think it unwise to rely on whatever rule might exist, when you have multiple CSECTs. Peter Relson

Re: External symbol record for CATTR

2023-01-10 Thread Peter Relson
Joe, Please post a small assembler program that, when you assemble it, has the anomaly you cite. I'd think you could take the Metal C assembler, and strip out most of it. The following program, based on the tiny amount of data that you chose to share in your post, when assembled on z/OS shows

Re: RSECT vs CSECT

2022-12-22 Thread Peter Relson
>RMODE(SPLIT)? The only case in z/OS module fetch processing that pays attention to RSECT is building the nucleus. The read-only part of the nucleus consists of RSECTs. The read-write part of the nucleus consists of CSECTs. RSECT does not factor into RMODE(SPLIT) processing. Peter

Re: Subject: RSECT vs CSECT

2022-12-21 Thread Peter Relson
ion to the binder, and in some cases has meaning to the operating system. It does have meaning for modules built into the z/OS nucleus, for example. Peter Relson z/OS Core Technology Design

Re: Subject: ASMA500 message question

2022-11-18 Thread Peter Relson
. Mike S wrote CATTR use requires GOFF object format, which I don't want to use. Why would you not want to use GOFF? I can think of only one module in all of z/OS that cannot use GOFF. I'll let guesses occur before providing the answer in a day or two. Peter Relson z/OS Core Technology Design

Re: Assembler courses

2022-09-20 Thread Peter Relson
,64) on GETMAIN or STORAGE OBTAIN is easy to code. Or RMODE 24 on your module if the module is not reentrant and you don't mind the whole loadmod below 16M. Or RMODE=SPLIT in a program object with suitable RMODE 24 CSECT(s). Peter Relson z/OS Core Technology Design

Re: Assembler courses

2022-09-18 Thread Peter Relson
hey do apply across CSECTs in a loadmod or a program object (include the RMODE=24 and RMODE=31 CSECTs in an RMODE=SPLIT program object). Peter Relson z/OS Core Technology Design

Re: YA MGCRE RCF?

2022-07-13 Thread Peter Relson
ve no way of knowing if they could use "LARL" so don't even try. An entertaining thought for an assembler enhancement would be a pseudo-op that generated "LA" or "LARL" depending on whether the target was in a CSECT or a DSECT (maybe allowing for LAY too). Peter Relson z/OS Core Technology Design

Re: Documentation on the new 64 bit instructions

2022-06-30 Thread Peter Relson
in the AMODE of the caller. There are other, long-winded, ways to accomplish this (that quite possibly no one uses). The principles of operation is not, for the most part, a user's guide. It is a user's manual. Peter Relson z/OS Core Technology Design

Re: Documentation on the new 64 bit instructions

2022-06-29 Thread Peter Relson
t indicate AMODE 31. How you accomplish that is up to you. Peter Relson z/OS Core Technology Design

Re: Subject: MVCRL

2022-06-09 Thread Peter Relson
for using a hypothetical move-long-relative would be the same as using MVCL, just using LARL where needed. And once the setup has been done, there is no need for a new instruction. Peter Relson z/OS Core Technology Design

Re: Unexpected C code

2022-04-27 Thread Peter Relson
nd retried silently to the next instruction could we consider that the program continues as expected. Peter Relson z/OS Core Technology Design

Re: the BEAR (was: New z16 Instructions)

2022-04-26 Thread Peter Relson
nstructive use if the OS itself uses LBEAR and STBEAR. Peter Relson z/OS Core Technology Design

Re: Unexpected C code

2022-04-26 Thread Peter Relson
k to avoid compares and branches is not, in general, usable within the OS. Peter Relson z/OS Core Technology Design

Re: Inlining routines

2022-04-02 Thread Peter Relson
to go. Here's a simple example with LOCTR TEST CSECT MAIN1LOCTR M1 DSF SUBR LOCTR MAIN2LOCTR M2A DSF SUBR LOCTR S1 DSF MAIN2LOCTR M2B DSF END The order of instructions in the OBJ will be M1, S1, M2A M2B Peter Relson z/OS

Re: Testing Address validity

2022-03-06 Thread Peter Relson
) with the instruction to be paged out by an asynchronous process before the program interrupt handler could look. Just about the only productive use of TPROT is when you are supervisor state and have reason to know that the storage being accessed is supposed to be page-fixed. In that case a CC=

Re: Long Displacement Facility (was: Fun with RXSBG)

2022-03-05 Thread Peter Relson
ook at the area mapped by IHAFACL and pointed to by ECVTFACL (you can also use IHAFACL to look at the PSA area, with a little manipulation to account for the header of the area pointed to by ECVTFACL) Peter Relson z/OS Core Technology Design

Re: Question about RACROUTE REQUEST=AUTH|FASTAUTH processing

2022-03-03 Thread Peter Relson
explicitly. The issuer of RACROUTE does not generally need to care how the customer set up their profiles and access lists, so does not care whether access is granted to an individual user ID or to a group to which the individual user ID is connected. Peter Relson z/OS Core Technology Design

Re: Modifying the VSAM Request Parameter List (RPL)

2022-02-25 Thread Peter Relson
The other downside is that you are in unsupported territory (at least would be for z/OS). The interface is the executable macro. But at least if you got it 100% right you could reproduce any problem using a real macro invocation such that it would become reportable. Peter Relson z/OS Core Technology Design

Re: Interpreting Explicit Decimal Numbers

2022-02-17 Thread Peter Relson
art of its architecture level set. Peter Relson z/OS Core Technology Design

Re: Making Encoded Bits Human Readable

2022-02-05 Thread Peter Relson
ressed that it is to you. It's a great instruction (which is presumably why it was made available to us mere mortals from those previously available only to the millicode folks). But "clearer"? That wouldn't be an adjective I'd use. Peter Relson z/OS Core Technology Design

Re: Saving Caller's 64-bit Registers

2022-02-01 Thread Peter Relson
area chain from time of error and formatting the registers that had been saved). Can the designation be used for additional things such as Tony T seems to want to do? I suppose so. Peter Relson z/OS Core Technology Design

Re: Saving Caller's 64-bit Regsiters

2022-01-29 Thread Peter Relson
sing -- if they need to retry and then return to you, and if the recovery routine was established before your code updated the linkage stack. That's the sort of situation that might well exist. For that, your use of the linkage stack would cause things not to work. Peter Relson z/OS Core Technology Design

Re: Saving Caller's 64-bit Registers

2022-01-27 Thread Peter Relson
g the linkage stack, always save the low halves in the provided 72-byte area, and "high halves" in the area you obtain. Why do it two different ways? If supporting AMODE 31 and AMODE 64 at the same point, you might well have required that the AMODE 64 caller provide a 144-byte area. Peter Relson z/OS Core Technology Design

Re: Saving Caller's 64-bit Registers

2022-01-27 Thread Peter Relson
BPXMBATC) was implemented, it used a 72-byte savearea (and even then the module had a comment that it was OK to invoke via Attach, LINK, Load/Call, "TSO call" and "Batch/Exec" (maybe that's EXEC PGM= which is an attach). The change appears to have been made in z/OS 2.1. Pe

Re: Saving Caller's 64-bit Registers

2022-01-27 Thread Peter Relson
ooks at the value at +4 to decide if that is the previous pointer or if the previous pointer is at +x'88'. Peter Relson z/OS Core Technology Design

Re: Debugging Assembler Rexx programs

2022-01-27 Thread Peter Relson
5-1) is part of the linkage conventions. Peter Relson z/OS Core Technology Design

Re: Saving Caller's 64-bit Registers

2022-01-26 Thread Peter Relson
Tony wrote: 1) What is "B's save area"?...or is it the save area allocated by B and used by C when C receives control? It is the "or" -- B's save area is the save area allocated by B. B provides that to what it calls (such as C). It will (as filled in by C) contain B's registers at the time

Saving Caller's 64-bit Registers

2022-01-26 Thread Peter Relson
-byte savearea (I don't know why they didn't similarly change that). This makes REXX LINK more compatible with REXX ATTACH -- the target routine in both cases gets a 144-byte savearea. Peter Relson z/OS Core Technology Design

Re: Saving Caller's 64-bit Registers

2022-01-25 Thread Peter Relson
are running on a supported release. Peter Relson z/OS Core Technology Design

Re: Saving Caller's 64-bit Registers (was "...Regsiters")

2022-01-25 Thread Peter Relson
save the low halves there, and (if needed) save the high halves in an area that you obtain upon entry and identify that you have done so in the 2nd word. Peter Relson z/OS Core Technology Design

Re: Saving Caller's 64-bit Regsiters

2022-01-22 Thread Peter Relson
er is not known to be providing a 144-byte save area yet you want/need to save high halves too. That situation/approach surely applies to zVSE too. Peter Relson z/OS Core Technology Design

Re: Saving Caller's 64-bit Regsiters

2022-01-21 Thread Peter Relson
d programs. And they're not supported by Language Environment. Yes they are compatible (to the extent that is important) and you can use them in any AMODE. You can chain backwards, interpreting the information saved at offset 4. You cannot forward-chain. Peter Relson z/OS Core Technology Design

Re: 64-bit registers (was: Unsigned Binary Formats)

2022-01-20 Thread Peter Relson
at happens or not). Peter Relson z/OS Core Technology Design

Re: Determining a group item

2022-01-03 Thread Peter Relson
are utilizing information produced by the program responsible for dealing with the subtleties. Peter Relson z/OS Core Technology Design

Re: Is it possible to update CSA from an unauthorized user-key program?

2021-12-09 Thread Peter Relson
. Peter Relson z/OS Core Technology Design

Re: Vector register 23?

2021-12-08 Thread Peter Relson
; and need not be preserved if used. A program might be able to take advantage of that, if using the regs when not calling anything. Only the part about regs 8-15 bytes 0-7 is related to the fact that the VR storage overlaps the FPR storage. Peter Relson z/OS Core Technology Design

Re: Is it possible to update CSA from an unauthorized user-key program?

2021-12-07 Thread Peter Relson
the RUCSA feature was added -- although doing that adding had little if anything to do with user-key CSA being anything other than a bad idea. It has never been possible for an unauthorized program to acquire common storage. Peter Relson z/OS Core Technology Design

Re: Base-less macros

2021-12-02 Thread Peter Relson
. Peter Relson z/OS Core Technology Design

Re: Base-less macros

2021-12-01 Thread Peter Relson
es regardless of the AMODE of the caller. But if you are stuck, for compatibility, with the "old (AMODE 31)" callers passing a 72-byte save area, things are more complicated. Having a unique entry point for each AMODE can be a good approach for such a case. Peter Relson z/OS Core Technology Design

Re: Base-less macros

2021-11-30 Thread Peter Relson
n by "switches between"? It is fine to use a different style than the style your caller was using (as long as the savearea provided is big enough to accommodate your needs), without having any care about what was being used by your caller. The string at +4 identifies how you saved your c

Re: FPR usage question

2021-11-29 Thread Peter Relson
activate saving/restoring of the additional FPRs). Peter Relson z/OS Core Technology Design

Re: FPR usage question

2021-11-28 Thread Peter Relson
k unit use FPRs 8-15 or VRs?". If the answer is no, then that work unit does not save/restore those regs upon undispatch/redispatch and thus saves some cycles. Peter Relson z/OS Core Technology Design

Re: Curious compiler optimization

2021-11-26 Thread Peter Relson
that did some sort of "print"? It could indicate that regs 0,1,14,15 are clobbered (which this did), but that would not be relevant to the function return. And does GCC, as IBM C, feel free to remove the __ASM (or whatever the GCC analog is) in the specific case being discussed? If not, why not? Peter Relson z/OS Core Technology Design

Re: Curious compiler optimization

2021-11-25 Thread Peter Relson
>At a minimum, there should be an option to say "Leave the asm alone" As I had written previously, there is a standards proposal to do just that. Peter Relson z/OS Core Technology Design

Re: Curious compiler optimization

2021-11-24 Thread Peter Relson
The second applies to the code, but not the first. True. But one might say that the treating of the __asm text as a black box does mean that the compiler can "tell" -- basing its "knowledge" on the user input. Peter Relson z/OS Core Technology Design

Re: Curious compiler optimization

2021-11-23 Thread Peter Relson
ation. Then any call should not optimize out the asm statement. -- have a #pragma option_override(asmFunct, "OPT(LEVEL,0)") in the same source file with the function to avoid optimizing the code out Peter Relson z/OS Core Technology Design

Re: z/Architecture Principles of Operation pdf

2021-11-23 Thread Peter Relson
es, it would be nice if there were a link to it from the z/OS doc. And when a new version is posted, they append to assembler-list, providing the link. Peter Relson z/OS Core Technology Design

Re: Curious compiler optimization

2021-11-23 Thread Peter Relson
And what is the "default" with respect to getting the compiler to honor what was coded (and how do you override that default if that default is not right for the case in hand)? Peter Relson z/OS Core Technology Design

Re: Curious compiler optimization

2021-11-22 Thread Peter Relson
SM has to be produced (unless the default for __ASM is that only things identified as changed are changed, including global data structures). Maybe you'd get the same effect with this program if the __asm was instead a "call" to an external routine. Peter Relson z/OS Core Technology Design

Re: Curious compiler optimization

2021-11-12 Thread Peter Relson
index register. That's how you'd code it in assembler (of course you'd have the "160" where "var" is). Peter Relson z/OS Core Technology Design

Re: Base-less macros

2021-11-09 Thread Peter Relson
from the data within the LOCTR section. And if you have such addressability then you could have your LTORG within that LOCTR-defined area too so that anyone's macros could use literals. Peter Relson z/OS Core Technology Design

Re: Base-less macros

2021-11-08 Thread Peter Relson
s that can avoid the need for reference to storage containing static data. Peter Relson z/OS Core Technology Design

Re: A question about an Authorizing PC Service Routine

2021-10-31 Thread Peter Relson
entry from the linkage stack and giving control to the instruction after the PC, in the PC issuer's state and key (assuming that the key 0 routine did not change the linkage stack entry itself). Peter Relson z/OS Core Technology Design

Re: extracting value of an esoteric

2021-09-07 Thread Peter Relson
to IBM-Main. Peter Relson z/OS Core Technology Design

Re: What's wrong with me?

2021-05-30 Thread Peter Relson
ptical that anything provides the RB / linkage stack regs as the only set of regs, as that is close to useless for debugging. And of course the SDWA has information about the type of event. Peter Relson z/OS Core Technology Design

Re: Macro to set a bit string

2021-05-21 Thread Peter Relson
sed. If there could be concurrent updates, the above approach will not work. Peter Relson z/OS Core Technology Design

Re: Interlocked Acess Facility 2

2021-05-08 Thread Peter Relson
that as of z/OS 2.3 (and thus for all in-full-support z/OS releases) you can rely on the availability of IAF2. Peter Relson z/OS Core Technology Design

Re: Ensuring LRL 2nd operand alignment

2021-05-04 Thread Peter Relson
nment of the operand is not relevant to the discussion. As pointed out, a misaligned operand would have resulted in a specification exception. Peter Relson z/OS Core Technology Design

Re: Add 1, Subtract 1

2021-03-11 Thread Peter Relson
alternatives, choose the one that has the smallest instruction byte footprint. BCTR is a 2 byte instruction. But don't sacrifice the readability of your code. Peter Relson z/OS Core Technology Design

Re: Determining AR or Primary Mode

2021-02-05 Thread Peter Relson
to run in a known state and then, if you need to do something based on your called state, switch conditionally to that, and then switch back to the known state. Peter Relson z/OS Core Technology Design

Re: TBEGINC question

2021-01-30 Thread Peter Relson
It appears that the editorial rules for Principles of Operation are stricter than those for Services. They certainly are. A lot stricter. Related to the fact that the machine has to enforce restrictions. Software does not "have to" (but of course it can be nice if it does). Peter R

TBEGINC question

2021-01-29 Thread Peter Relson
As Keven Hall mentioned, If it were required that there be no crossing of page boundary from TBEGINC through TEND, the principles of operation would have said so. There is no such requirement. Peter Relson z/OS Core Technology Design

Re: Help with EZASMI assembly

2021-01-25 Thread Peter Relson
for accessing data that you know is in the primary address space, saving you from having to set an access register. Peter Relson z/OS Core Technology Design

Re: Help with EZASMI assembly

2021-01-24 Thread Peter Relson
question: yes. It is a very valuable technique for AR mode. Peter Relson z/OS Core Technology Design

Re: Help with EZASMI assembly

2021-01-22 Thread Peter Relson
, if there is not any reason for it to remain private, it gets converted to public. I am told that 148064 has been made public. Peter Relson z/OS Core Technology Design

Re: Help with EZASMI assembly

2021-01-22 Thread Peter Relson
uot; have been coded back then as "...(1,0)" to avoid getting flagged). Peter Relson z/OS Core Technology Design

  1   2   3   4   >