Re: How bad is the EX instruction?

2012-01-16 Thread Dan Skomsky, PSTI
One Assembler trick I have seen in speeding up scanning loops was to use a CLI instruction to check the first byte of a string and then only doing the CLC/CLCL if the CLI matches. This trick even works if doing a binary search. -Original Message- From: IBM Mainframe Assembler List

Re: ASM Program to copy a file

2011-12-09 Thread Dan Skomsky, PSTI
Oops. Don't you mean MVC OUTBUF+1(L'OUTBUFF-1),OUTBUF? I'm sure you don't want to zap the byte immediately after OUTBUF. What is MVC2, another MACRO? Why not just code the literal move MVC OUTBUF, =(L'OUTBUF)'this is a sample' like it's been done for the past 40 years? Why is there no LTORG

Re: ASSEMBLER-LIST Digest - 18 Aug 2011 to 19 Aug 2011 (#2011-135)

2011-08-22 Thread Dan Skomsky, PSTI
Wow! If you think IBM Assembler Language and POPS manuals are difficult to navigate, you ain't seen nutten. Compared to other computer makers, IBM's attempts are golden! For a truly eye opening experience, try writing interface code for Motorola and ATT radio systems. You would never bitch