Ulrich Weigand wrote:

> > > This is probably the best idea.  You could have letters like 'S', 'D', ...
> > > where a 'S' is replaced by the size of the source operand (op[1].size),
> > > while 'D' is replaced by the size of the destination (op[0].size) etc.
> > >
> > > (Note that you don't need to have separate addb and addw/l, as the
> > > source operand size will be 1, 2, or 4 respectively, so just addS
> > > should work.)
> >
> > That's going to be a LOT of work...
> > Can't I just copy the objdump code ?
> > Of course, THAT code doesn't support Intel :-/
>
> Why is this a lot of work?

You're right, I was confused. I'll have a look at implementing
it this week.

-- Ramon



Reply via email to