Search:

Type: Posts; User: Tsus86

Search: Search took 0.00 seconds.

  1. Thank you for your reply. Yes its seems that one...

    Thank you for your reply. Yes its seems that one should put the value into a register then execute xorq since they are considered as 32 bits
  2. xorq: Error: suffix or operands invalid for `xor'

    Hi everyone,
    i have a problem with "xorq" in x86-64 bits when compiling an assembly code.

    When i put this instruction: "" xorq $17179869184, %rax ""
    i get this error when compiling: Error:...
  3. Replies
    2
    Views
    4,097

    Thanks Salem, That was very helpful.

    Thanks Salem,
    That was very helpful.
  4. Replies
    2
    Views
    4,097

    Put a marker in c code and see it in assembly

    Hey,
    I would like to know if there is a way to put somekind of a marker in c code and get the same marker in assembly when generated.
    I want to use it in order to mark the beginning and ending of...
Results 1 to 4 of 4