filtress/newtest.frs

32 lines
324 B
Plaintext

# Set mode to 1 (average)
MOD 1
# Set register 1 to handle our Y axis
RG1 HIG
RG1 /10
RG1 /2
# Set register 2 to handle our x axis
RG2 WID
RG2 /10
RG2 /2
# Nest loop over y then x axis
BEG 10
BEG 10
COL +80:*6:-200:-4
APY +RG2:+RG1
LOC +RG2:+0
LOC +RG2:+0
END
LOC +RG2:+RG1
LOC +0:+RG1
END