Increment the Accumulator in a loop forever. Uses the IAC microinstruction.
Prints a solid 80x24 block of ASCII characters. Used to test the margins and font for a display mimicking the VT52 format (80 columns x 24 rows). Prints exactly 80 of the same ASCII character and 1 ASCII LF. The program halts with the character value in AC after printing a full screen, start it again to print the next character.
A program that implements wozmon functionality on the PDP-8.