i have some trouble with 486 assembly language. i have an instruction which looks like this: cmp word ptr 15[edi],0 it's corresponding code is: 66 83 7f 0f 00 Firstly, can the saviour explain how does the instruction correspond to this code, Second, if the instruction is to be changed to: cmp word ptr ds:15[ebp],0 What will be the corresponding code... and why?? Please help me out!!! thanx!!!
Well, just re-posting the same old question won't change the fact that this is not a 486 assembler forum! You need to post your 486 assembler question in a 486 assembler forum! Try your assembler vendor's website, or maybe http://developer.intel.com/