We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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