Unfortunately no Fortran code of CAMP and CAMPER seem to have survived. However, a rewrite of the basic Fortran code with output to SVG is available. It has minor changes from the 1906A version at Chilton. The files are:

The CAMPER input file is set to unit 5 and the set of OPEN FORTRAN commands for UNIT 5 are included for the six examples with just one not commented out. The output file in SVG is included here and should be the same as that produced by the Fortran program when executed as the file camper_output.svg. It will also output an additional camper_output.txt that lists the lines of the CAMPER program and any uses of the DUMP command that outputs the contents of a CAMPER array or the whole stack if:

DUMP 2  3
or 
DUMP 1

is included. The first will dump the contents of array 3 of stack 2, while the second will dump the complete contents of stack 1.