8
Toggling in a small program on the PiDP-10
(www.youtube.com)
I think you had it right, let's bring ARPANET back.
The size of that floppy does seem a decent match to a microSD card.
The what now, Maclisp?
Explanation. The program starts at GO and attempts to use the .IOTLSR system call to enable the job to use I/O instructions. Running under ITS, this succeeds and goes on to the CONO instruction which resets the display.
Out of timesharing, there is no operating system UUO handler for the .IOTLSR call, so the program will jump to the UUO handler at location 41 which just jumps back to the main program.