CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2008
    Location
    San Francisco, USA
    Posts
    24

    [RESOLVED] NEED HELP to translate instruction to opcodes

    hello:

    could anyone who has the 64-bit assembler help me to translate the following instruction to opcodes?

    mov rax, 0x1122334455667788
    jmp rax

    thanks ! have a good day!

  2. #2
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: NEED HELP to translate instruction to opcodes

    See for instance page 48 and 636 in http://www.intel.com/Assets/PDF/manual/253666.pdf
    Last edited by S_M_A; January 19th, 2011 at 01:03 PM.
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  3. #3
    Join Date
    Jun 2008
    Location
    San Francisco, USA
    Posts
    24

    Re: NEED HELP to translate instruction to opcodes

    Quote Originally Posted by S_M_A View Post
    See for instance page 48 and 636 in http://www.intel.com/Assets/PDF/manual/253666.pdf
    thanks ! someone just gave me the opcodes of those instruction!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured