This section describes the "wires" logic and program. To access the files described below, retrieve the file wires.dm To run wires, you must execute xmesa graphics pressout wirescreate wiressegs wiresplace; There is a command file "w.cm" to do this graphics and pressout are packages provided by Joe Maleson to run the display and the printer. The other three files are the wires algorithm. The following additional definitions modules are required to compile: WiresDefs from wires - defines all the wires data structures SystemDefs from the mesa runtime - provides storage allocation IODefs from the mesa runtime - provides string output GraphicsDefs from Joe Maleson - puts lines up on the screen PressDefs from Joe Maleson - puts lines to the printer The command file wcom.cm compiles all the wires modules. The command file wirestoivy.cm stores all the files on ivy. This file is called wires.bravo. (1792)