Re: Question on the SLIP command

2023-06-21 Thread Charles Hardee
Hi Peter, This works: STR14,0(,R13) JAS R14,*+4+8 DCC'$SL$',Y(x,y) L R14,0(,R13) and I can do DA=(14R?,EQ,5BE2D35B) Where x is a module's identification number and y is the nth macro expansion for my SLIP trigger macro. What I wanted to

Re: Question on the SLIP command

2023-06-21 Thread Peter Relson
As you have observed, there is no support for "PSW". I'm curious what SLIP trap you're setting that would let you even know to look at "+4". You'd have to know that the instruction itself was a branch and that it was one of "your" branches. If you really could tell that it was one of your branc

Re: Question on the SLIP command

2023-06-20 Thread Charles Hardee
n Behalf > Of Charles Hardee > Sent: Tuesday, June 20, 2023 1:40 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: [EXTERNAL] Question on the SLIP command > > Hello All, > > I have a question regarding the SLIP command. > > In my DA= parameter I have used things like 2r?

Re: Question on the SLIP command

2023-06-20 Thread Eric D Rossman
To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] Question on the SLIP command Hello All, I have a question regarding the SLIP command. In my DA= parameter I have used things like 2r? to reference register 2, etc. Is there a symbol for the PSW? I have tried DA=(PSW?+0,EQ,*myvalue*) and it tells

Question on the SLIP command

2023-06-20 Thread Charles Hardee
Hello All, I have a question regarding the SLIP command. In my DA= parameter I have used things like 2r? to reference register 2, etc. Is there a symbol for the PSW? I have tried DA=(PSW?+0,EQ,*myvalue*) and it tells me the DA parm is bad. Thanks, Chuck -