SCOPE Solution

LADDER DOWN

SCOPE ACT 2

In-game screenshot of LADDER DOWN
In-game view
FamilySCOPE Graph0.311 Difficulty0.311 Ring02 IDsc_a2_08_ladder_down

Prerequisites

Alternating Bits

Unlocks

SUM GATE

Reference firmware sc_a2_08_ladder_down locked
Par power23 Par lines10 Par chips1

Objective

Four descending shelves with equal width.

Board Data

  • Window: 64
  • Pins: p0 OUT
  • Channels: p0 ANALOG label=CH1_p0_DAC
  • Peripherals: DAC data=p0 label=DAC_p0
Firmware Solution
loop:
      out  p0, 220
      slp  4
      out  p0, 160
      slp  4
      out  p0, 90
      slp  4
      out  p0, 30
      slp  4
      jmp  loop
Board Definition
# LADDER DOWN. ACT 2. SCOPE waveform board.
# TITLE LADDER DOWN
# OBJECTIVE Four descending shelves with equal width.
ID sc_a2_08_ladder_down
WINDOW 64
DIR p0 OUT
PERIPH DAC data=p0 label=DAC_p0
CHAN p0 ANALOG label=CH1_p0_DAC
PAR power=23 lines=10 chips=1