• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

asm test - no googling

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    asm test - no googling

    What's the problem with the assembly code shown below?


    #2
    WGAS I'm a tester.

    It don't work = defect for someone else to sort out.

    Comment


      #3
      You are trying to push a 16 bit jump address onto a 32 bit stack without first setting the upper operand bit to high on the AX register whilst an interrupt call on the hyper thread is placing a bit lock on the lower nybble in paged level 1 cache memory?

      Comment


        #4
        Have you tried turning it off and on again?
        Originally posted by Stevie Wonder Boy
        I can't see any way to do it can you please advise?

        I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.

        Comment


          #5
          Originally posted by AtW View Post
          What's the problem with the assembly code shown below?

          Nothing!

          You linked to the wrong image smart arse.



          And yes, I googled it.

          Spoiler below...



























          Code:
          #include <stdio.h>
          int main(int argc, char **argv)
          {
              printf("The string entered is\n");
              printf(argv[1]);
              return 0;
          }

          Comment


            #6
            Some of it's got red circles on it.

            Comment

            Working...
            X