This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

GAS: zero filled strings


Hi,

Does someone know how to make zero filled strings in GAS?  If I
have a string "foo" and 8 bytes for it, I would like to have
something which generates:

	.asciiz	"foo"
	.byte	0, 0, 0, 0

without having to do finger arithmetic or use a symbol for each
string.  Thanks in advance,

					Hans

-- 
H. Zuidam                        E-Mail: hans@brandinnovators.com
Brand Innovators B.V.            P-Mail: P.O. Box 1377
de Pinckart 54                   5602 BJ Eindhoven, The Netherlands
5674 CC Nuenen                   Tel. +31 40 2631134, Fax. +31 40 2831138