SCELBI Front Panel Basics
STATUS LED MEANINGS
INT
INTERRUPTED (CPU IN STATE T1I)
RUN
RUNNING (CPU IN STATE T1)
STOP
CPU IN STOPPED STATE
LEFT
RIGHT
STATUS
OFF
OFF
READ 1st BYTE OF INSTRUCTION
ON
OFF
MEMORY READ (INSTRUCTION OR DATA)
OFF
ON
I/O OPERATION
ON
ON
MEMORY WRITE
JAM SINGLE BYTE INSTRUCTION
Set instruction code into switches B0-B7
Push INTERRUPT switch
Step until interrupt LED goes on
Step until interrupt LED goes out
JAM TWO BYTE INSTRUCTION
Set instruction code into switches B0-B7
Push INTERRUPT switch
Step until interrupt LED and left STATUS LED both go on
Set data code into switches B0-B7
Step again
JAM THREE BYTE INSTRUCTION
Follow two byte procedure
Set second data code into switches B0-B7
Step again
TO LOAD A MEMORY LOCATION WITH DATA
Load H with target high address (jam 056 HHH)
Load L with target low address (jam 066 LLL)
Load memory, immediate (jam 076 DDD)
Increment L (jam 060)
Repeat steps 3 and 4, as needed
TO DUMP MEMORY
Load H with target high address (jam 056 HHH)
Load L with target low address (jam 066 LLL)
Load LAM (jam 307) - overwrites A register
Increment L (jam 060)
Repeat steps 3 and 4, as needed