• How the assembler command 'ldrb' works
    Note: This was originally posted on 9th September 2011 at http://forums.arm.com Hi, arch/arm/boot/compressed/head.S (Linux Kernel 3.0.x source)                 /*               * The kernel build system...
  • How the assembler command 'ldrb' works
    Note: This was originally posted on 9th September 2011 at http://forums.arm.com Hi, arch/arm/boot/compressed/head.S (Linux Kernel 3.0.x source)                 /*               * The kernel build system...
  • Whats happening here ??
    Hallo everybody, got myself another problem.... not exactly a problem... i think The thing is i would like to know whats happening in this output: printf("AIN[%d][%d] = %u.%.3u V\n",m,n,(int...
  • Whats happening here ??
    Hallo everybody, got myself another problem.... not exactly a problem... i think The thing is i would like to know whats happening in this output: printf("AIN[%d][%d] = %u.%.3u V\n",m,n,(int...
  • what is wrong here
    ive got this code and some works but this is the problem tryagin: if ( *var1 == 22 && *var2 == 75 ) goto end; goto tryagin; what is wrong?