|
From: Vincent Penquerc'h <Vin...@ar...> - 2003-08-01 09:49:42
|
> >> Unhandled REPE case [...] > That's what the REPE (0xf3) prefix means, yes, but in this case > it isn't really a REPE prefix at all. The sequence was 0xf3 0x0f which > is an SSE instruction that valgrind 1.9.6 certainly won't handle. Ah, so do you mean f3 means repe, except when followed by 0f (and possibly other bytes) ? That's devious :) I'm glad I only coded a disassembler for 8086 :) Thanks for the correction. -- Vincent Penquerc'h |