W. Kevin Kelley noted:

> Yes, that is a good idea, although it would be nice if the Assembler
> made it easier to put things on 256-byte boundaries.

Have you tried the SECTALGN(256) option, and the extended ORG
boundary-alignment operands?  You can write

        ORG     target,boundary,offset

where "target" is the usual operand, "boundary" rounds the Location Counter
up to the specified power of two, and "offset" is added or subtracted from
the result to give the new Location Counter value.

John Ehrmanb

Reply via email to