• 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!
Collapse

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "asm test - no googling"

Collapse

  • stek
    replied
    Some of it's got red circles on it.

    Leave a comment:


  • Contreras
    replied
    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;
    }

    Leave a comment:


  • SimonMac
    replied
    Have you tried turning it off and on again?

    Leave a comment:


  • DimPrawn
    replied
    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?

    Leave a comment:


  • bless 'em all
    replied
    WGAS I'm a tester.

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

    Leave a comment:


  • AtW
    started a topic asm test - no googling

    asm test - no googling

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

Working...
X