• conditional assembling
    Hi, I am new on ARM. I have found the following expressions in a ARM startup file: IF :DEF:REMAP Could any one tell me what it means? If is for conditional assembling, how to define REMAP? Thanks...
  • assembler conditional
    00DE 18 IXLENGTH equ 222; 19 20 21 $IF ((LOW IXLENGTH) = 0 ) 0000 7E00 22 mov r6,#HIGH IXLENGTH 23 $ELSE mov r6,#((HIGH IXLENGTH) +1) $ENDIF 26 27 0100 28 XLENGTH equ 256; 29 30 31...
  • assembler conditional
    00DE 18 IXLENGTH equ 222; 19 20 21 $IF ((LOW IXLENGTH) = 0 ) 0000 7E00 22 mov r6,#HIGH IXLENGTH 23 $ELSE mov r6,#((HIGH IXLENGTH) +1) $ENDIF 26 27 0100 28 XLENGTH equ 256; 29 30 31...
  • conditional assembling
    Hi, I am new on ARM. I have found the following expressions in a ARM startup file: IF :DEF:REMAP Could any one tell me what it means? If is for conditional assembling, how to define REMAP? Thanks...
  • Conditional Includes in Assembler
    Hi all, I'm working on a project using the Keil C51 assembler on a Silicon Labs EFM8BB2 project. We're trying to port it to a BB1 (now that we have most of the features coded and the code is undergoing...