SLAU131V October 2004 – February 2020
.asg label, ADDR ; ADDR = label
.if ($symcmp(ADDR, "label") = 0) ; evaluates to true
MOV #ADDR, R4
.endif
.asg "x,y,z" , list ; list = x,y,z
.if ($ismember(ADDR,list)) ; ADDR = x, list = y,z
SUB #4, R4 ; sub x
.endif