Home | History | Annotate | Download | only in tic54x
      1 *
      2 * String substitution symbol recursion
      3 *
      4 * Recursive substitution symbols
      5 	; recursion should stop at x
      6 	.asg	"x",z
      7 	.asg	"z",y
      8 	.asg	"y",x
      9 	add	x, A			; add x, A
     10 	.end
     11