is there a simple stack backend available for gcc?
( some kind of my-first-compiler-outputs-that-sort-of-stuff.)
for a c function
int bla( int i, int j)
{
return( i + j );
}
i want to have sth like:
popint i
popint j
bla
pushint
thanks,
andreas
p.s.: could you cc me to andreasw@cs.tu-berlin.de?