>> also, changed edi to esi for outs, etc.) >Why this? Is there a bug in my documentation? >Excerpt: >"The source operand is a memory location, the >address of which is read from from either DS:EDI >or the DS:DI registers ..." (Intel Architecture >Software Developer's Manual, Volume 2: Instruction >Set Reference) Did you look at ins as well as at outs ? ins uses es:edi, outs es:esi. I've got the same intel manual on CDROM here, I think it's a few months old. But this part of the intel architecture hasn't changed since the 386, anyway. -- Ramon
- PATCH: curses, rep ins/rep outs, int3, cleanup Ramon van Handel
- Re: PATCH: curses, rep ins/rep outs, int3, cleanup Ulrich Weigand
- Re: PATCH: curses, rep ins/rep outs, int3, clean... Ramon van Handel
- Re: PATCH: curses, rep ins/rep outs, int3, c... Ulrich Weigand
- Re: PATCH: curses, rep ins/rep outs, int3, cleanup Jens Nerche
- Re: PATCH: curses, rep ins/rep outs, int3, clean... Ulrich Weigand
- Re: PATCH: curses, rep ins/rep outs, int3, c... Ramon van Handel
- Re: PATCH: curses, rep ins/rep outs, int3, c... Jens Nerche
- Re: PATCH: curses, rep ins/rep outs, int3, cleanup Ramon van Handel
- Re: PATCH: curses, rep ins/rep outs, int3, cleanup Drew Northup
