I don't see anything as of GC26-8710-13. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר
________________________________________ From: IBM Mainframe Assembler List <ASSEMBLER-LIST@LISTSERV.UGA.EDU> on behalf of Jon Perryman <jperr...@pacbell.net> Sent: Tuesday, October 22, 2024 9:04 PM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: HLASM Toolkit BXH at front of loop? Caution: This email did not originate from George Mason’s mail system. Do not click links or open attachments unless you recognize the sender and know the content is safe. On Tue, 22 Oct 2024 19:27:07 +0000, Seymour J Metz <sme...@gmu.edu> wrote: >I have code looking something like > >LOOP BXH PTRREG,INCCOMP,DONE > ... > B LOOP >DONE EQU * > >Is the a way to generate that type of loop using the SP macros in the toolkit? A simple find "BXH" in the DO macro will tell you if it's supported. My guess is that if it is, it will be a DO WHILE=(BXH,PTRREG,INCCOMP).