(someone wrote) > Looking at the TROT example, which caught my eye not having > used the instruction before, I think there is a bug as TROT > can be interrupted according to POPS.
> I posted a reply, but being an ejit at times, I may have > done something wrong as I cannot see it (yet?). > TROT R6,R8,1 TRANSLATE TO PRINTABLE HEX > I believe that it should be: > TROT TROT R6,R8,1 TRANSLATE TO PRINTABLE HEX > BC 1,TROT It looks that way to me, too. As far as I can tell, that is true even if one is sure that the length is not so long. That is, there is no minimum 'processor determined size' and, because of the retry function, it might even return CC3 and change the data later. -- glen ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

