• 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 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...
  • 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...
  • Using Conditional Assembly Controls Externally?
    Can conditional assembly controls be used externally? In other words, I have a set of assembly-time options that I select in the "application-level" portion of my assembly code. I'm trying to have one...