On Tue, 22 Oct 2024 21:04:14 -0400, Jon Perryman <jperr...@pacbell.net> wrote:
A quick search shows it documented in the TOOLKIT as DO BXH,FROM=,TO= >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).