On Thu, Aug 25, 2011 at 03:43:59PM -0500, David Greene wrote: > > Emit a repeated sequence of bytes using .zero. This saves an enormous > amount of asm file space for certain programs. Is that only using .zero or actually using .fill as needed? Joerg