Skip to content

PiDP‐10 tests: examine and deposit

Lars Brinkhoff edited this page Mar 14, 2024 · 8 revisions

Preparation

Put all switches in the up (off) position.
Start the emulator.

Program data

Put "DATAO PI,0" in data switches.
Push XCT.
⟹ PROGRAM DATA should turn on.
⟹ MEMORY DATA should turn off.

Deposit this

Put 1234 in address switches.
Put 111111 in data switches.
Push DEPOSIT THIS.
⟹ Address lights should show 1234.
⟹ Memory indicators should show 111111.
⟹ MEMORY DATA should turn on.
⟹ PROGRAM DATA should turn off.

Deposit next

Put 333333 in data switches.
Push DEPOSIT NEXT.
⟹ Address lights should show 1235.
⟹ Memory indicators should show 333333.

Examine this

Put 1234 in address switches.
Push EXAMINE THIS.
⟹ Address lights should show 1234.
⟹ Memory indicators should show 111111.

Examine next

Push EXAMINE NEXT.
⟹ Address lights should show 1235.
⟹ Memory indicators should show 333333.

Clone this wiki locally