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!
Yes its for conditional assembly. The alternate format is [ :DEF :REMAP ;if def
| ;else
] ;end if