GO(1spp)
NAME
go − transfer control
SYNOPSIS
go [ entry ]
DESCRIPTION
Go transfers control to code assumed to have been previously loaded via the boot(1spp), load(1spp), or sload(1spp) commands. If entry is not specified, go transfers control to the entry point of the last loaded (or booted) module.
BUGS
Go without an entry point specified does not check that a module has previously been loaded.