this post was submitted on 16 Aug 2023
4 points (100.0% liked)

PDP-10

116 readers
1 users here now

founded 1 year ago
MODERATORS
 

A good way to start a display hack. It will run both on ITS and out of timesharing equally well.

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago

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.