I have not had occasion to use the src4uv.com decompiler service. Probably worth the price when you really need it.
I am thankful for the wonderful www.src4uv.com freebie download, SRC.UV.HEADER, that allows access to info about the object file from an I-descriptor subroutine. Besides VLIST, but similar to it, RAID has the I & X commands that could be useful when trying to understand EXACTLY what the program is doing: X Displays the current object code instruction and address. I Displays and executes the next object code instruction. cds > From: Gyle Iverson > > Hello, Charles. > > >Charles Stevenson wrote... > >Everyone's going to jump in with the answer, but here's a > way to figure > >it out yourself (on UV, but not UD): Use VLIST. > > I don't know which is more painful, the original code or the > VLIST output. > ;-) I decompiled Caleb's code using the srs4uv.com decompiler > and got the following result in under a second. A few > customers use the SRS recovery service for just this reason. > > IF P(2) - AR(12) <= 28 THEN > CC += 1 > INS 0 BEFORE AR(14)<1, 1> > DEL AR(14)<1, 9> > END ELSE > IF AR(13) = DATE() THEN > CC = CC > END ELSE > INS 1 BEFORE AR(14)<1, 1> > DEL AR(14)<1, 9> > END > END > > Best regards, > Gyle > www.srs4uv.com ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
