• --- Error: failed to execute 'ArmAsm'
    hellow I am using MDK-Lite IDE-Version: µVision V4.21.0.0 Copyright (C) 2011 ARM Ltd and ARM Germany GmbH. All rights reserved. License Information: David Pinchas DPS Solution LIC=----...
  • Are there any predefinied macros for armasm?
    Hi, i want to check with a IF :DEF:xxxxxx if my assembler routine was assembled with the Keil assembler for ARM or with a IAR or with a TI toolchain. The compiler predefines like __arm__ are...
  • ARMASM: produce preprocessed output
    Note: This was originally posted on 6th February 2012 at http://forums.arm.com with armcc I can generate assembly listing by using --asm command line option. How can I do the same with armasm? The reason...
  • Unknown armasm error
    Note: This was originally posted on 21st October 2010 at http://forums.arm.com I am using RVCT 4.1 build 462, and I have seen this armasm error: A1903E: Line not seen in first pass; cannot be assembled...
  • defining an asm block with parameters
    After being "spoiled" by the power of macros and defines in asm, I was let down by the new inline __asm keyword. Want I need is a way to insert predefined blocks of assembly in the C code without having...