• 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...
  • Command Line Assembler
    Note: This was originally posted on 1st December 2009 at http://forums.arm.com Hi I'm new to ARM, I'm developing a cross platform BASIC compiler for pic/avr/freescale for the school & hobby market and...
  • Printf Command is not working
    Hi everyone I am working on the ADuC7026. I have done some programming which is occupying 71% of the software. But when I want to use printf command so that i can verify my codes. Only printf is occupying...
  • uVision2: Breakpoint 'Command' not working
    I want to set a breakpoint which will print a value, and then resume execution. The documentation for the 'Command' box in the 'Breakpoints' debugger dialogue says, "When you specify a Command for...
  • pritf command does not work with 8051
    Hi technical guys, When I use printf("This is test") in keil C to compile to get the hex code and burn it into 8051. It does not work even though I set the correct initilization baud rate for serial...