Another Q: to add to my list...
Posted: Fri Jun 20, 2003 11:00 pm
I need a simple to understand 8086 opcode chart so that I can make a
simple emulator. The emulator will read the binary code and unassemble
the opcode and figure out what to do with it. I've seen some good
8086 charts but they make little sence to me when it starts getting
into stuff like the opcodes for MOV AX,[BX+SI-2]. I know the opcode
for that is 8B40FEH (thanks to debug.exe) but how does it get to that
point? A simple 8086 opcode list will do. Thanks again.
simple emulator. The emulator will read the binary code and unassemble
the opcode and figure out what to do with it. I've seen some good
8086 charts but they make little sence to me when it starts getting
into stuff like the opcodes for MOV AX,[BX+SI-2]. I know the opcode
for that is 8B40FEH (thanks to debug.exe) but how does it get to that
point? A simple 8086 opcode list will do. Thanks again.