SCOPE Solution

MULTIPLY FOLD

SCOPE ACT 4

In-game screenshot of MULTIPLY FOLD
In-game view
FamilySCOPE Graph0.637 Difficulty0.637 Ring04 IDsc_a4_06_multiply_fold

Prerequisites

THRESHOLD COUNTER

Unlocks

Key Format

Reference firmware sc_a4_06_multiply_fold locked
Par power382 Par lines7 Par chips1

Objective

A counter is multiplied until it folds into a jagged ramp.

Board Data

  • Window: 64
  • Pins: p0 OUT
  • Channels: p0 ANALOG label=CH1_p0_DAC
  • Peripherals: DAC data=p0 label=DAC_p0
Firmware Solution
loop:
      mov  r1, r0
      mul  r1, 9
      out  p0, r1
      slp  1
      add  r0, 5
      jmp  loop
Board Definition
# MULTIPLY FOLD. ACT 4. SCOPE waveform board.
# TITLE MULTIPLY FOLD
# OBJECTIVE A counter is multiplied until it folds into a jagged ramp.
ID sc_a4_06_multiply_fold
WINDOW 64
DIR p0 OUT
PERIPH DAC data=p0 label=DAC_p0
CHAN p0 ANALOG label=CH1_p0_DAC
PAR power=382 lines=7 chips=1