Changing the size of memory or changing the ROM version forces a reset of the PET.
The emulator has an IEEE-488 device at address 8. It can be used load and save (.prg) files.
Some programs don't run on ROM1 and some require more memory than the default 8K.
AR is a simple bar graph utility. The user enters a series of numbers and the program will construct a vertical bar graph. The program will attempt to determine an appropriate scale for the y-axis of the graph. You can add meaningful labels to each bar that are readable through a sort of menu system, and customize the graph by specifying the width of each bar and the characters used to draw them.
Entering the numbers and labels is a tedious process, and there's no way to go back if you make a mistake. On its own, this program isn't terribly useful, but the graphing routines could be incorporated into a fancier BASIC program that gets its dataset from DATA statements or a tape file.