• 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...
  • 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...
  • Debugger launch from command line: connection issue
    Hi I want to launch the debugger from the dos command line: I first follow the steps as described in the debugger user guide, chapter 8. I entered something like that debugger --cdb-root I:\try_env...
  • Debugger launch from command line: connection issue
    Hi I want to launch the debugger from the dos command line: I first follow the steps as described in the debugger user guide, chapter 8. I entered something like that debugger --cdb-root I:\try_env...
  • in-line assembly use variable
    Is it possible to refer a C variable inside inline asm? for example, { char abc; #pragma asm MOV A, abc; #pragma endasm } after compile, I got a error at "MOV A, abc" variable abc is not recognized...