string concatenation in gas

Geoff Berry geoffb@bops.com
Fri Apr 14 12:01:00 GMT 2000


.IRP doesn't evaluate strings either (at least I can't figure out how to
make it).  For example, if I do:

.IRP i, 0, 0+1, 0+1+1
	push	r\i
.ENDR

This expands to:

r0
r0+1
r0+1+1

when I want

r0
r1
r2

I'm pretty much convinced that what I'm trying to do isn't possible with gas
(not that I really expect it to be).

-----Original Message-----
From: Timothy Wall [ mailto:twall@domesolutions.com ]
Sent: Thursday, April 13, 2000 4:54 PM
To: binutils@sourceware.cygnus.com
Cc: geoffb@bops.com
Subject: Re: string concatenation in gas


Geoff,

  What you really want is string evaluation. Look at ".irp" and see if
that does what you want.

T.


More information about the Binutils mailing list