|
Prev: TASM, MASM etc
Next: TASM revisited
From: flint on 22 Oct 2006 06:00 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 22 Oct 2006 12:02 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 23 Oct 2006 02:35 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 30 Oct 2006 03:07 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 |