• 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?
  • what happened to 8052.com
    Anyone knows what is going on with 8052.com ?
  • What happened to my EZREGS.INC file?
    I have a sample *.a51 program that includes this file, but the file is not to be found anywhere on my hard drive. I have installed the ezusb development tools from cypress and the keil uv3 tools as well...
  • What happens in this var declaration mistake?
    Here's an excerpt of my main module (the beginning of it): #include <ezusb.h> #include <ezregs.h> #include <tng.h> #include <string.h> #include "system.h" #include "lcd.h" #define IMG_SIZE...
  • What does LDRB do here?
    Hello. I've been looking at a piece of code that I'm not entirely sure what it does. LDR r0, =str MOV r1, #0 loop LDRB r2, [r0], #1 ADD r1, r1, #1 CMP r2, #0 BNE loop SUB r1, r1, #1 Data...