Pulser3 Programming Manual Download PDF

Block Assignment (a[0] …a[c-1] = b)

Starting from the variable A, it loads the value of b for the number of times specified by c.

Example:

(STARTING FROM VARIABLE #0, IT LOADS THE VALUE 5 UP TO #2)

G65 L6 P#0 Q5 R3

(STARTING FROM VARIABLE #0, IT LOADS THE VALUE #5 UP TO #2)

G65 L6 P#0 Q#5 R3

Example:

(STARTING FROM VARIABLE #0, IT LOADS THE VALUE 5 UP TO #2)

#0 = BMOV[5, 3]

(STARTING FROM VARIABLE #0, IT LOADS THE VALUE #5 UP TO #2)

#0 = BMOV[#5, 3]