> I'm currently PUNCHing out a PAGE statement.  It's just annoying that
> the assembler will not allowing me to use ORG ,4096 but does allow my
> convoluted DC which does the same thing.

The convoluted DC doesn't convey any information in the object file about
the desired alignment, whereas GOFF+SECALGN(4096) does work with ORG ,4096.

Reply via email to