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).