I have been aligning my assembler data areas and code areas with the following macro.
CORG 0,256 But now I'm looking at an assembler program for CICS and I see that the alignment is off by 32 bytes. That accounts for the EAI stub that is linked onto the beginning of my program. I also see 56 bytes added on to the end of my program. What do y'all, that care about cache alignment, use for a program in CICS? Sincerely, Dave Clark
