From: flint on
hi i want an assembly language program
that can find the opcode of mov instruction
automatically.
the program should run on masm, and
should be based for intel 8086 microprocessor.
thanks

From: randyhyde@earthlink.net on

flint wrote:
> hi i want an assembly language program
> that can find the opcode of mov instruction
> automatically.

Not quite sure what you're asking here.

> the program should run on masm, and
> should be based for intel 8086 microprocessor.
> thanks
????
Perhaps a better explanation of your problem would be in order? How
about some examples?

From: Dirk Wolfgang Glomp on
flint schrieb:

> hi i want an assembly language program
> that can find the opcode of mov instruction
> automatically.

Also MOVSX/MOVZX or MOVS(B/W/D) and CMOV?

Dirk
From: Srinu on

flint wrote:
> hi i want an assembly language program
> that can find the opcode of mov instruction
> automatically.
> the program should run on masm, and
> should be based for intel 8086 microprocessor.
> thanks


I think the masm assembler it self will give you the opcode for
different mov instructions !

Thanks
Srinu

 | 
Pages: 1
Prev: TASM, MASM etc
Next: TASM revisited